I am trying to allow popup windows in Safari >= 12 through the command line. The default value in Safari >= 12 is Block and Notify and it is present under Preferences > Websites > Pop-Up Windows > When visiting other websites.
Block and Notify
Preferences > Websites > Pop-Up Windows > When visiting other websites
Following works in Safari 11 and below but cant find similar commands for Safari >= 12
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically 1 defaults write com.apple.Safari WebKitJavaScriptCanOpenWindowsAutomatically 1
Any workarounds?
1.4m articles
1.4m replys
5 comments
57.0k users