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:
parent
000895322f
commit
57911bf349
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue