mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
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
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@
|
||||||
<string>10.6.0</string>
|
<string>10.6.0</string>
|
||||||
<key>NSAppleScriptEnabled</key>
|
<key>NSAppleScriptEnabled</key>
|
||||||
<string>YES</string>
|
<string>YES</string>
|
||||||
|
<key>NSAppTransportSecurity</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2005-2014 The Transmission Project</string>
|
<string>Copyright © 2005-2014 The Transmission Project</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
|
|
Loading…
Reference in a new issue