changeset 1968:abb949dd3bb3

Mac: Add setting to Info.plist that allows insecure URLs in embedded HTML.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 01 Aug 2019 02:24:03 +0000
parents 22c96cd42eb8
children 2322769acf88
files mac/Info.plist
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/Info.plist	Wed Jul 31 22:22:58 2019 +0000
+++ b/mac/Info.plist	Thu Aug 01 02:24:03 2019 +0000
@@ -28,5 +28,10 @@
 	<string>${MACOSX_DEPLOYMENT_TARGET}</string>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+	    <key>NSAllowsArbitraryLoadsInWebContent</key>
+	    <true/>
+	</dict>
 </dict>
 </plist>