Created
January 12, 2011 19:36
-
-
Save splorp/776730 to your computer and use it in GitHub Desktop.
Preferences to disable local storage in Safari
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To disable Safari’s annoying modal local database | |
# storage dialog, use this Terminal command: | |
defaults write com.apple.Safari WebKitDatabasesEnabledPreferenceKey -bool false | |
# To disable local storage altogether, use this command: | |
defaults write com.apple.Safari WebKitLocalStorageEnabledPreferenceKey -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here’s an example of what the modal dialog looks like in Safari when accessing the new version of Twitter.
A jaunty tip of the tuque to Jeff Johnson for informing me of these handy settings.
— Grant