Skip to content

Instantly share code, notes, and snippets.

@mjhassan
Last active January 18, 2018 08:31
Show Gist options
  • Select an option

  • Save mjhassan/761f47b4842213c6ec1b2509c18d2f5c to your computer and use it in GitHub Desktop.

Select an option

Save mjhassan/761f47b4842213c6ec1b2509c18d2f5c to your computer and use it in GitHub Desktop.
iOS http security bypass
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment