Skip to content

Instantly share code, notes, and snippets.

@aonrobot
Created January 27, 2018 06:49
Show Gist options
  • Save aonrobot/ea1f6c17cc1fb68a9784eebad80c72fa to your computer and use it in GitHub Desktop.
Save aonrobot/ea1f6c17cc1fb68a9784eebad80c72fa to your computer and use it in GitHub Desktop.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>metrosystems.co.th</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</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