Skip to content

Commit

Permalink
Allow HTTP connections over the internet
Browse files Browse the repository at this point in the history
Connecting through HTTP over the internet  should be used as a last resort when you don't have an option to use HTTPS or a VPN.
 #18
  • Loading branch information
Michael-128 committed Jul 25, 2024
1 parent c897f41 commit f750903
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qBitControl/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down

0 comments on commit f750903

Please sign in to comment.