set NSAllowsArbitraryLoads to true

This commit is contained in:
Scott Ludwig 2016-01-01 12:07:51 -08:00
parent 16edf8fb58
commit 95ea915ca9

View File

@ -22,6 +22,11 @@
<string>HTAK</string>
<key>CFBundleVersion</key>
<string>1.2</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIApplicationExitsOnSuspend</key>
<true/>
<key>UIPrerenderedIcon</key>
@ -32,22 +37,5 @@
<true/>
<key>UISupportedInterfaceOrientations</key>
<array/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSExceptionDomains</key>
<dict>
<key>warfareincorporated.com</key>
<dict>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSTemporaryExceptionMinimumTLSVersion</key>
<string>TLSv1.1</string>
</dict>
</dict>
</dict>
</dict>
</plist>