Skip to content

Instantly share code, notes, and snippets.

@zwaldowski
Last active December 10, 2020 07:31
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zwaldowski/0836e237d58eee82053914f8f2fd45ea to your computer and use it in GitHub Desktop.
Save zwaldowski/0836e237d58eee82053914f8f2fd45ea to your computer and use it in GitHub Desktop.
Safari Inline 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment