diff options
author | Alex Guerrero <alexguerrero1092@gmail.com> | 2014-11-13 18:12:00 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-11-13 18:22:33 +0100 |
commit | 465217fbda0face4e75b55f1c64233f1552ff095 (patch) | |
tree | fa74824733e71cc54fe878bc276d2d8675fbc758 | |
parent | 987dced01bdd43b1c298018e4b3b47ad409b32de (diff) | |
download | dotfiles-465217fbda0face4e75b55f1c64233f1552ff095.tar.gz dotfiles-465217fbda0face4e75b55f1c64233f1552ff095.tar.bz2 dotfiles-465217fbda0face4e75b55f1c64233f1552ff095.zip |
.osx: Disable Spotlight suggestions from Safari
Safari has a “Spotlight Suggestions” setting that, if left enabled, will send a copy of all search queries to Apple.
Closes #455.
-rwxr-xr-x | .osx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -439,6 +439,7 @@ defaults write com.apple.dock wvous-bl-modifier -int 0 # Privacy: don’t send search queries to Apple defaults write com.apple.Safari UniversalSearchEnabled -bool false +defaults write com.apple.Safari SuppressSearchSuggestions -bool true # Press Tab to highlight each item on a web page defaults write com.apple.Safari WebKitTabToLinksPreferenceKey -bool true |