Skip to content

Instantly share code, notes, and snippets.

@apizz
Forked from haircut/com.apple.Safari.plist
Last active February 7, 2018 15:30
Show Gist options
  • Save apizz/ca83439c4c37443df1de8cd6306071e6 to your computer and use it in GitHub Desktop.
Save apizz/ca83439c4c37443df1de8cd6306071e6 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AutoFillCreditCardData</key>
<false/>
<key>AutoFillFromAddressBook</key>
<false/>
<key>AutoFillPasswords</key>
<false/>
<key>AutoFillMiscellaneousForms</key>
<false/>
<key>AutoOpenSafeDownloads</key>
<false/>
<key>DomainsToNeverSetUp</key>
<array>
<string>aol.com</string>
<string>facebook.com</string>
<string>flickr.com</string>
<string>google.com</string>
<string>twitter.com</string>
<string>vimeo.com</string>
<string>yahoo.com</string>
<string>hotmail.com</string>
<string>chadwickschool.org</string>
<string>cox.com</string>
<string>msn.com</string>
<string>att.com</string>
<string>verizonwireless.com</string>
<string>verizon.com</string>
<string>timewarnercable.com</string>
<string>charter.com</string>
<string>comcast.net</string>
<string>gmail.com</string>
<string>zoho.com</string>
<string>icloud.com</string>
<string>apple.com</string>
<string>me.com</string>
<string>aim.com</string>
<string>mail.com</string>
<string>fastmail.fm</string>
<string>earthlink.net</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment