Allow HTTP calls

This commit is contained in:
Arkadiusz Fal 2022-06-17 13:10:51 +02:00
parent e6e18de106
commit c35015e73f
3 changed files with 15 additions and 0 deletions

View File

@ -25,5 +25,10 @@
<string>Need camera access to take pictures</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

View File

@ -17,5 +17,10 @@
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

View File

@ -6,6 +6,11 @@
<array>
<string>audio</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>