security: harden App Transport Security (ATS) to block arbitrary insecure loads

This commit is contained in:
Srinivas Jaini 2026-01-28 18:44:12 -08:00
parent a109b7f1a9
commit 5d31a141e2
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<string>20260126</string> <string>20260126</string>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoadsInWebContent</key> <key>NSAllowsLocalNetworking</key>
<true/> <true/>
</dict> </dict>
<key>NSBonjourServices</key> <key>NSBonjourServices</key>

View File

@ -62,7 +62,7 @@
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoadsInWebContent</key> <key>NSAllowsLocalNetworking</key>
<true/> <true/>
<key>NSExceptionDomains</key> <key>NSExceptionDomains</key>
<dict> <dict>