From 49c9165debefbae9a5b944033c51af5c565db857 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Mon, 14 Dec 2015 17:19:04 +0100 Subject: MacGui: add an exception to enable http connections to handbrake.fr --- macosx/Info.plist.m4 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'macosx') diff --git a/macosx/Info.plist.m4 b/macosx/Info.plist.m4 index a75471578..6c58f7ada 100644 --- a/macosx/Info.plist.m4 +++ b/macosx/Info.plist.m4 @@ -66,5 +66,18 @@ All rights reserved. HBApplication SUFeedURL __HB_url_appcast + NSAppTransportSecurity + + NSExceptionDomains + + handbrake.fr + + NSIncludesSubdomains + + NSTemporaryExceptionAllowsInsecureHTTPLoads + + + + -- cgit v1.2.3