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

Felix Paul Kühne git at videolan.org
Wed Oct 21 18:19:38 CEST 2015


vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jul 20 12:38:05 2015 +0200| [9e88442ce4b0486436583815a884e70bb4fa3e99] | committer: Jean-Baptiste Kempf

macosx: fix future HTTP access issues

(cherry picked from commit aff23ff542b6cb330777b793f808408b0474a53e)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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