Skip to content

Instantly share code, notes, and snippets.

@emaleavil
Last active December 16, 2018 19:15
Show Gist options
  • Select an option

  • Save emaleavil/79b06f0ea0aa2ed8ad2d34481d6e19e9 to your computer and use it in GitHub Desktop.

Select an option

Save emaleavil/79b06f0ea0aa2ed8ad2d34481d6e19e9 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">
<!-- Apple documentation: https://developer.apple.com/security/ -->
<!-- https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33 -->
<plist version="1.0">
<dict>
...
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>webpage-maker.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
...
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment