revert change to allow arbitrary loads (#7801)

This commit is contained in:
Elias Nahum 2024-02-01 20:36:25 +08:00 committed by GitHub
parent 96d5aefa09
commit f2842bdec7
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>