diff options
author | Damiano Galassi <[email protected]> | 2016-12-21 20:51:26 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-12-21 20:51:26 +0100 |
commit | a827c12dd0639f1f3e49a540c1a594affa0d0ac9 (patch) | |
tree | c7df60d32cab19ea602e8419efff054edf4ee2bd /macosx/Info.plist.m4 | |
parent | ed9b162380d9f1fb6c345bfca6fd02875f840a21 (diff) |
MacGui: remove NSAppTransportSecurity handbrake.fr http exception, all the mirrors are on https now.
Diffstat (limited to 'macosx/Info.plist.m4')
-rw-r--r-- | macosx/Info.plist.m4 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/macosx/Info.plist.m4 b/macosx/Info.plist.m4 index 6ebeaf749..9ed6a109c 100644 --- a/macosx/Info.plist.m4 +++ b/macosx/Info.plist.m4 @@ -70,18 +70,5 @@ All rights reserved.</string> <string>dsa_pub.pem</string> <key>SUAllowsAutomaticUpdates</key> <false/> - <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> |