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

This commit is contained in:
Mattermost Build 2024-02-01 15:07:37 +02:00 committed by GitHub
parent 0958bdd875
commit 950f5e7551
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>