Way back in 2010 I posted a little note on disabling Safari’s Pop-Up Blocker From Terminal..
Well it looks like with Safari 5.1.x & 6.x things have changed, the below should now perform the same:
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically -bool true
Via MCX:
Display Name: Safari 5.1+ Disable Pop-Up Blocker
Application Domain: com.apple.Safari
Key Name: com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically
Key Type: boolean
Key Value: true
defaults write string is cut off and unreadable . . . .
Yea the WordPress formatting sucks.
I’ll put it on GitHub this week.
I tried the string
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically -bool YES
without success for Safari 6.0.3 under osx 10.8.3
I’ll have a nose tomorrow.
try
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically -bool true
Mine is set via MCX & still works.