Allow arbitrary loads (ie HTTP) on iOS

Fixes #42
This commit is contained in:
Lei Nelissen
2021-04-25 23:16:27 +02:00
parent fa05935017
commit d8e9f8f4c6

View File

@@ -26,14 +26,8 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>