mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Disabling this makes Safari play videos full screen by default
I don't want that.
This commit is contained in:
parent
548edd066c
commit
fd5650affc
@ -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 WebKitJavaScriptCanOpenWindowsAutomatically -bool false
|
||||||
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically -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”
|
# Enable “Do Not Track”
|
||||||
defaults write com.apple.Safari SendDoNotTrackHTTPHeader -bool true
|
defaults write com.apple.Safari SendDoNotTrackHTTPHeader -bool true
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user