summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/Info.plist.m413
1 files changed, 13 insertions, 0 deletions
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.</string>
<string>HBApplication</string>
<key>SUFeedURL</key>
<string>__HB_url_appcast</string>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSExceptionDomains</key>
+ <dict>
+ <key>handbrake.fr</key>
+ <dict>
+ <key>NSIncludesSubdomains</key>
+ <true/>
+ <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
+ <true/>
+ </dict>
+ </dict>
+ </dict>
</dict>
</plist>