Created
February 7, 2017 06:51
-
-
Save anuraagdjain/caa392a4d1b3316c17cd96f24440943b to your computer and use it in GitHub Desktop.
Disable App Transport Security
This file contains hidden or 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