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>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>