Skip to content

Instantly share code, notes, and snippets.

@oprearocks
Created October 18, 2017 18:07
Show Gist options
  • Save oprearocks/ee562e27918752cd869b96278d46812c to your computer and use it in GitHub Desktop.
Save oprearocks/ee562e27918752cd869b96278d46812c to your computer and use it in GitHub Desktop.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>qbox.me</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSThirdPartyExceptionMinimumTLSVersion</key>
<string>TLSv1.0</string>
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
<false/>
</dict>
</dict>
</dict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment