1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Allow unsecure connections

This commit is contained in:
Pierre HUBERT 2021-04-27 08:50:50 +02:00
parent 4cd1d2aee5
commit 6ea573df03

View File

@ -41,5 +41,14 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<!-- Unsecure connection to development server -->
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAAllowsLocalNetworking</key>
<true/>
</dict>
</dict>
</plist>