Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save partho-maple/51c6b834d0168a9f43efd665a2bfd9d9 to your computer and use it in GitHub Desktop.
Save partho-maple/51c6b834d0168a9f43efd665a2bfd9d9 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