Allow non secure traffic

This commit is contained in:
Anton Tananaev 2025-05-10 07:54:27 -07:00
parent 502d1452ce
commit c6375d0a7c
3 changed files with 16 additions and 1 deletions

View file

@ -60,5 +60,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>