Commit aff23ff5 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fix future HTTP access issues

parent 7510dd1f
...@@ -1346,6 +1346,11 @@ ...@@ -1346,6 +1346,11 @@
<string>http://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string> <string>http://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string>
<key>SUPublicDSAKeyFile</key> <key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string> <string>dsa_pub.pem</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>VLC</string> <string>VLC</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment