iOS Local Networking Fixes (#809)

This should be the fix to end all fixes for iOS related networking. 

Local networking should work, be it IP or DNS, over HTTP
This commit is contained in:
Violet Caulfield
2025-12-10 21:53:29 -06:00
committed by GitHub
parent 61b1a978c1
commit 015511fb9e

View File

@@ -32,40 +32,6 @@
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsForMedia</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
<key>NSAllowsLocalNetworkingUsageDescription</key>
<dict>
<key>NSATSExceptionThirdPartyServiceConnectionUsage</key>
<dict>
<key>NSATSExceptionThirdPartyServiceConnectionPurpose</key>
<array>
<dict>
<key>NSThirdPartyMediaStreaming</key>
<true/>
</dict>
</array>
</dict>
</dict>
<key>NSExceptionDomains</key>
<dict>
<key>nip.io</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
<key>100.64.0.0/10</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
<key>NSBonjourServices</key>
<array>