Guest User

Untitled

a guest
Jul 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # To disable Safari’s annoying modal local database
  2. # storage dialog, use this Terminal command:
  3.  
  4. defaults write com.apple.Safari WebKitDatabasesEnabledPreferenceKey -bool false
  5.  
  6. # To disable local storage altogether, use this command:
  7.  
  8. defaults write com.apple.Safari WebKitLocalStorageEnabledPreferenceKey -bool false
Add Comment
Please, Sign In to add comment