changeset 1998:a3de27b07a8d

Mac: Add an exception to Info.plist to allow insecure URL loads on 10.11.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Oct 2019 22:37:52 +0000
parents 0e354f2edb16
children 4e808c4cadfb
files mac/Info.plist
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mac/Info.plist	Thu Oct 24 23:57:51 2019 +0000
+++ b/mac/Info.plist	Fri Oct 25 22:37:52 2019 +0000
@@ -30,8 +30,10 @@
 	<string>NSApplication</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
-	    <key>NSAllowsArbitraryLoadsInWebContent</key>
-	    <true/>
+		<key>NSAllowsArbitraryLoadsInWebContent</key>
+		<true/>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
 	</dict>
 </dict>
 </plist>