Skip to content

Commit

Permalink
Disable ATS in the packet tunnel too
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Sep 19, 2024
1 parent a594501 commit a92e761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/PacketTunnel/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<string>com.apple.networkextension.packet-tunnel</string>
<key>NSExtensionPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).PacketTunnelProvider</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</dict>
</plist>

0 comments on commit a92e761

Please sign in to comment.