GH-4: Allow downloading files from http servers (not https)

Since iOS 9 and OS X El Capitan Apple is enforcing https connections by
default. Added key allows to download files from http servers too.
This commit is contained in:
Mike Gelfand 2015-10-25 16:48:52 +00:00
parent 000895322f
commit 57911bf349
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@
<string>10.6.0</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2005-2014 The Transmission Project</string>
<key>NSMainNibFile</key>