mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-16 18:55:44 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user