comparison mac/Info.plist @ 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 abb949dd3bb3
children ef7a414f9b71
comparison
equal deleted inserted replaced
1997:0e354f2edb16 1998:a3de27b07a8d
28 <string>${MACOSX_DEPLOYMENT_TARGET}</string> 28 <string>${MACOSX_DEPLOYMENT_TARGET}</string>
29 <key>NSPrincipalClass</key> 29 <key>NSPrincipalClass</key>
30 <string>NSApplication</string> 30 <string>NSApplication</string>
31 <key>NSAppTransportSecurity</key> 31 <key>NSAppTransportSecurity</key>
32 <dict> 32 <dict>
33 <key>NSAllowsArbitraryLoadsInWebContent</key> 33 <key>NSAllowsArbitraryLoadsInWebContent</key>
34 <true/> 34 <true/>
35 <key>NSAllowsArbitraryLoads</key>
36 <true/>
35 </dict> 37 </dict>
36 </dict> 38 </dict>
37 </plist> 39 </plist>