changeset 113:f834196ce5b4

Mac: Add setting to Info.plist that allows insecure URLs in embedded HTML.
author Brian Smith <brian@dbsoft.org>
date Wed, 31 Jul 2019 19:44:41 -0500
parents edcbacb6c8dd
children f306b1daedc4
files src/mac/Info.plist
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/mac/Info.plist	Sun Jul 07 22:44:58 2019 -0500
+++ b/src/mac/Info.plist	Wed Jul 31 19:44:41 2019 -0500
@@ -18,5 +18,10 @@
 	<string>0.1</string>
 	<key>CSResourcesFileMapped</key>
 	<true/>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+	    <key>NSAllowsArbitraryLoadsInWebContent</key>
+	    <true/>
+	</dict>
 </dict>
 </plist>