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
wingy3181 committed Aug 18, 2024
1 parent d964bbe commit 352a739
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/os/preferences/macos/safari.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env bash

cd "$(dirname "${BASH_SOURCE[0]}")" \
&& . "../../utils.sh"
Expand All @@ -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 352a739

Please sign in to comment.