Skip to content

Instantly share code, notes, and snippets.

@oliviachang29
Created June 2, 2018 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliviachang29/387c27c77e4e3fec76ec7b654fd4ad5a to your computer and use it in GitHub Desktop.
Save oliviachang29/387c27c77e4e3fec76ec7b654fd4ad5a to your computer and use it in GitHub Desktop.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<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