Skip to content

Instantly share code, notes, and snippets.

@vietstone-ng
Created June 15, 2017 04:06
Show Gist options
  • Save vietstone-ng/970cbba4c504be0f50fbead29f9fe195 to your computer and use it in GitHub Desktop.
Save vietstone-ng/970cbba4c504be0f50fbead29f9fe195 to your computer and use it in GitHub Desktop.

Revisions

  1. Viet Nguyen Tran created this gist Jun 15, 2017.
    15 changes: 15 additions & 0 deletions ATS.plist
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    <key>NSAppTransportSecurity</key>
    <dict>
    <key>NSExceptionDomains</key>
    <dict>
    <key>example.com</key>
    <dict>
    <key>NSExceptionAllowsInsecureHTTPLoads</key>
    <true/>
    <key>NSExceptionRequiresForwardSecrecy</key>
    <false/>
    <key>NSIncludesSubdomains</key>
    <true/>
    </dict>
    </dict>
    </dict>