|
|
|
|
|
by xenobioticants
3522 days ago
|
|
Here you go: # Privacy: don’t send search queries to Apple
# Safari
defaults write com.apple.Safari UniversalSearchEnabled -bool false
defaults write com.apple.Safari SuppressSearchSuggestions -bool true
# Spotlight
defaults write com.apple.spotlight orderedItems -array \
'{"enabled" = 0;"name" = "MENU_WEBSEARCH";}' \
'{"enabled" = 0;"name" = "MENU_SPOTLIGHT_SUGGESTIONS";}'
Also turn off Dictation in System Preferences > Keyboard > Dictation. I'm guessing you're smart enough to already have disabled Siri.Voila! More privacy. |
|