Skip to content

Instantly share code, notes, and snippets.

@vietstone-ng
Created June 15, 2017 04:06
Show Gist options
  • Save vietstone-ng/970cbba4c504be0f50fbead29f9fe195 to your computer and use it in GitHub Desktop.
Save vietstone-ng/970cbba4c504be0f50fbead29f9fe195 to your computer and use it in GitHub Desktop.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>example.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSExceptionRequiresForwardSecrecy</key>
<false/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment