revert change to allow arbitrary loads (#7801) (#7803)

This commit is contained in:
Mattermost Build 2024-02-01 15:07:53 +02:00 committed by GitHub
parent 1c3c925a53
commit cf345808a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>