Skip to content

Instantly share code, notes, and snippets.

@RyanDsilva
Last active June 26, 2022 09:29
Show Gist options
  • Save RyanDsilva/d706dfc812138f84e41c526ba0a4a028 to your computer and use it in GitHub Desktop.
Save RyanDsilva/d706dfc812138f84e41c526ba0a4a028 to your computer and use it in GitHub Desktop.
NSAppTransportSecurity Config
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>ryandsilva.dev</key>
<dict>
<!--Include to allow subdomains-->
<key>NSIncludesSubdomains</key>
<true/>
<!--Include to allow HTTP requests-->
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<false/>
</dict>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment