Earlier quoted context omitted.
> > spies on you > Any reason to believe MS does this more than Apple does? I can't speak for Windows since I don't use them, but I do run LittleSnitch on Mac (network monitor) and I don't really see requests to Apple I would not expect to see. Of course that doesn't mean they couldn't send collected data with other information they sent, but it doesn't seem likely (a lot of effort for something almost nobody cares a…
Or is it? I use LittleSnitch too, and my Mac does A LOT of shady requests. Every time I use Spotlight! Everytime I log in.. heck, even the keyboard service has to make internet requests!
# 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.