fix: allow insecure connections in iOS WidgetExtension (#19863)

Allow insecure connections in WidgetExtension
pull/19879/head
Zach McGaughey 2025-07-11 07:46:17 +07:00 committed by GitHub
parent 4b3a4725c6
commit a17bba3328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

@ -2,6 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>