]> granicus.if.org Git - transmission/commitdiff
GH-4: Allow downloading files from http servers (not https)
authorMike Gelfand <mikedld@mikedld.com>
Sun, 25 Oct 2015 16:48:52 +0000 (16:48 +0000)
committerMike Gelfand <mikedld@mikedld.com>
Sun, 25 Oct 2015 16:48:52 +0000 (16:48 +0000)
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.

macosx/Info.plist

index f57feed15f07ca49385476a3b69622197ec63f92..714d85a7fb740c1e1d70805b0bd10273839ec640 100644 (file)
        <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>