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/> <true/>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSExceptionDomains</key> <key>NSAllowsArbitraryLoads</key>
<dict> <true/>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict> </dict>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string></string> <string></string>