Skip to content

Commit

Permalink
NSArbitraryLoads gets overrriden by more specific keys
Browse files Browse the repository at this point in the history
NSArbitraryLoads handles everything including non-HTTPS servers, so use
that instead of local networking/insecure media carveouts.

See https://developer.apple.com/documentation/bundleresources/information-property-list/nsapptransportsecurity/nsallowsarbitraryloads?language=objc

See GH-230
  • Loading branch information
NattyNarwhal committed Feb 12, 2025
1 parent b07063f commit a3032ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Submariner/Submariner-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2022-2025 Calvin Buckley, Copyright © 2011-2014 Rafaël Warnault, All rights reserved.</string>
Expand Down

0 comments on commit a3032ed

Please sign in to comment.