Skip to content

Instantly share code, notes, and snippets.

@danylokos
Created December 28, 2016 09:47
Show Gist options
  • Save danylokos/78291388d81d4e87c7f84f30d56a8105 to your computer and use it in GitHub Desktop.
Save danylokos/78291388d81d4e87c7f84f30d56a8105 to your computer and use it in GitHub Desktop.
Disable iOS ATS
<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