Skip to content
Snippets Groups Projects
Commit 306d98b7 authored by Cam Saül's avatar Cam Saül
Browse files

Merge pull request #1297 from metabase/add-app-transport-security-exception-to-os-x-app

Add NSAppTransportSecurity exception to OS X app Info.plist
parents 797a08ec a7f9643a
Branches
Tags
No related merge requests found
......@@ -38,5 +38,10 @@
<string>https://s3.amazonaws.com/downloads.metabase.com/appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment