Disable transport security enforcement to allow NSURLSession to access plain HTTP streams
This commit is contained in:
parent
6d0166e69b
commit
58b435dd88
1 changed files with 4 additions and 0 deletions
|
@ -1026,6 +1026,10 @@
|
|||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>MediaKeysApplication</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key><true/>
|
||||
</dict>
|
||||
<key>SUFeedURL</key>
|
||||
<string>https://f.losno.co/cog/mercury.xml</string>
|
||||
<key>SUPublicDSAKeyFile</key>
|
||||
|
|
Loading…
Reference in a new issue