Fix the --insecure flag issue by disabling ATS in Info.plist (#760)

This commit is contained in:
Evgeniy Baranov 2024-03-19 07:42:14 +00:00 committed by GitHub
parent e06d89f95d
commit 7eac45702b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -14,5 +14,10 @@
<array> <array>
<string>AppIcon.png</string> <string>AppIcon.png</string>
</array> </array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict> </dict>
</plist> </plist>