Skip to content

Commit

Permalink
🔧 Make Safari use advanced tracking protection in all browsing
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Aug 1, 2024
1 parent 0c14251 commit 4732758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/os/preferences/macos/safari.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ execute "defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdenti
defaults write com.apple.Safari WebKitDeveloperExtrasEnabledPreferenceKey -bool true" \
"Enable the 'Develop' menu and the 'Web Inspector'"

execute "defaults write com.apple.Safari EnableEnhancedPrivacyInPrivateBrowsing -bool true &&
defaults write com.apple.Safari EnableEnhancedPrivacyInRegularBrowsing -bool true " \
"Use advanced tracking and fingerprinting protection in all browsing."

execute "defaults write com.apple.Safari FindOnPageMatchesWordStartsOnly -bool false" \
"Set search type to 'Contains' instead of 'Starts With'"

Expand Down

0 comments on commit 4732758

Please sign in to comment.