diff --git a/lib/macos.sh b/lib/macos.sh index 0693376..4f4aeba 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -378,12 +378,6 @@ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebK defaults write com.apple.Safari WebKitJavaScriptCanOpenWindowsAutomatically -bool false defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically -bool false -# Disable auto-playing video -defaults write com.apple.Safari WebKitMediaPlaybackAllowsInline -bool false -defaults write com.apple.SafariTechnologyPreview WebKitMediaPlaybackAllowsInline -bool false -defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2AllowsInlineMediaPlayback -bool false -defaults write com.apple.SafariTechnologyPreview com.apple.Safari.ContentPageGroupIdentifier.WebKit2AllowsInlineMediaPlayback -bool false - # Enable “Do Not Track” defaults write com.apple.Safari SendDoNotTrackHTTPHeader -bool true