Created
October 11, 2017 00:24
-
-
Save rsaenzi/80c86888842d9ccefa2f3d838bc01403 to your computer and use it in GitHub Desktop.
To disable App Transport Security
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>NSAppTransportSecurity</key> | |
<dict> | |
<key>NSAllowsArbitraryLoads</key> | |
<true/> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment