aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorAlex Guerrero <alexguerrero1092@gmail.com>2014-11-13 18:12:00 +0100
committerMathias Bynens <mathias@qiwi.be>2014-11-13 18:22:33 +0100
commit465217fbda0face4e75b55f1c64233f1552ff095 (patch)
treefa74824733e71cc54fe878bc276d2d8675fbc758 /.osx
parent987dced01bdd43b1c298018e4b3b47ad409b32de (diff)
downloaddotfiles-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.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx1
1 files changed, 1 insertions, 0 deletions
diff --git a/.osx b/.osx
index d142738..8bd70f8 100755
--- a/.osx
+++ b/.osx
@@ -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