[vlc-commits] macosx: fix future HTTP access issues

Felix Paul Kühne git at videolan.org
Mon Jul 20 12:38:44 CEST 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jul 20 12:38:05 2015 +0200| [aff23ff542b6cb330777b793f808408b0474a53e] | committer: Felix Paul Kühne

macosx: fix future HTTP access issues

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aff23ff542b6cb330777b793f808408b0474a53e
---

 extras/package/macosx/Info.plist.in |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 340c24d..520bc15 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1346,6 +1346,11 @@
 	<string>http://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string>
 	<key>SUPublicDSAKeyFile</key>
 	<string>dsa_pub.pem</string>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+	<key>NSAllowsArbitraryLoads</key>
+		<true/>
+	</dict>
 	<key>CFBundleExecutable</key>
 	<string>VLC</string>
 	<key>CFBundleGetInfoString</key>



More information about the vlc-commits mailing list