Skip to content

Instantly share code, notes, and snippets.

@mitulmanish
Created November 19, 2016 03:54
Show Gist options
  • Save mitulmanish/8d7b7e7f83cbcad53b185afe90206ec2 to your computer and use it in GitHub Desktop.
Save mitulmanish/8d7b7e7f83cbcad53b185afe90206ec2 to your computer and use it in GitHub Desktop.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>watsonplatform.net</key>
<dict>
<key>NSTemporaryExceptionRequiresForwardSecrecy</key>
<false/>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.0</string>
</dict>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment