fix: revert to supporting HTTP-based backends

fixes #205
This commit is contained in:
Lei Nelissen
2024-03-06 18:18:41 +01:00
parent b269adc14e
commit f310bb82f6

View File

@@ -25,9 +25,9 @@
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoads</key> <key>NSAllowsArbitraryLoads</key>
<false/> <true/>
<key>NSAllowsLocalNetworking</key> <key>NSAllowsLocalNetworking</key>
<true/> <true/>
</dict> </dict>