Skip to content

Instantly share code, notes, and snippets.

@onmotion
Last active February 9, 2018 11:24
Show Gist options
  • Select an option

  • Save onmotion/e4fda406647b102e7443ab9bcba4cb36 to your computer and use it in GitHub Desktop.

Select an option

Save onmotion/e4fda406647b102e7443ab9bcba4cb36 to your computer and use it in GitHub Desktop.
Xcode App Transport Security Exception Domains
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSExceptionDomains</key>
<dict>
<key>cocoacasts.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment