From fd5650affcb3981461de169fe1e51e8c61cf5335 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 28 Oct 2019 13:43:34 -0400 Subject: [PATCH] Disabling this makes Safari play videos full screen by default I don't want that. --- lib/macos.sh | 6 ------ 1 file changed, 6 deletions(-) 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