diff --git a/src/os/preferences/macos/safari.sh b/src/os/preferences/macos/safari.sh index 8fa657bd0..13e18ddfc 100755 --- a/src/os/preferences/macos/safari.sh +++ b/src/os/preferences/macos/safari.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash + #!/usr/bin/env bash cd "$(dirname "${BASH_SOURCE[0]}")" \ && . "../../utils.sh" @@ -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'"