Added NSAppTransportSecurity for iOS9

WARNING, allows all requests!
This commit is contained in:
Bilge Taylan Ulusoy
2015-09-11 19:48:28 +02:00
parent adb18d2da0
commit dff91d09d3

View File

@@ -20,5 +20,13 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<!-- WARNING CHANGE LATER -->
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>