Skip to content

Instantly share code, notes, and snippets.

@rsaenzi
Created October 11, 2017 00:24
Show Gist options
  • Save rsaenzi/80c86888842d9ccefa2f3d838bc01403 to your computer and use it in GitHub Desktop.
Save rsaenzi/80c86888842d9ccefa2f3d838bc01403 to your computer and use it in GitHub Desktop.
To disable App Transport Security
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment