Disable transport security enforcement to allow NSURLSession to access plain HTTP streams
parent
6d0166e69b
commit
58b435dd88
|
@ -1026,6 +1026,10 @@
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string>MediaKeysApplication</string>
|
<string>MediaKeysApplication</string>
|
||||||
|
<key>NSAppTransportSecurity</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSAllowsArbitraryLoads</key><true/>
|
||||||
|
</dict>
|
||||||
<key>SUFeedURL</key>
|
<key>SUFeedURL</key>
|
||||||
<string>https://f.losno.co/cog/mercury.xml</string>
|
<string>https://f.losno.co/cog/mercury.xml</string>
|
||||||
<key>SUPublicDSAKeyFile</key>
|
<key>SUPublicDSAKeyFile</key>
|
||||||
|
|
Loading…
Reference in New Issue