vlc/vlc-2.2 | branch: master | Felix Paul Kühne <[email protected]> | 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 <[email protected]>

> 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>

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to