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.
Following works in Safari 11 and below but cant find similar commands for Safari >= 12
Following works in Safari 11 and below but cant find similar commands for Safari >= 12
Code Block defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically 1 defaults write com.apple.Safari WebKitJavaScriptCanOpenWindowsAutomatically 1