Skip to content

Instantly share code, notes, and snippets.

@heyletscode
Created April 2, 2021 04:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heyletscode/f53bbd5b4baa8df22a0e35161daeef95 to your computer and use it in GitHub Desktop.
Save heyletscode/f53bbd5b4baa8df22a0e35161daeef95 to your computer and use it in GitHub Desktop.
iOS App Allow Insecure HTTP
<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