Last active
March 12, 2018 05:15
-
-
Save DylanLacey/47a90eeccd1096d3474014a11f1a8c68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false | |
| defaults write com.apple.safari PreloadTopHit -boolean false | |
| echo "Set defaults" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment