From 7804fba664590817b2f7e987a44e508d5d7c0e3f Mon Sep 17 00:00:00 2001 From: Abhi Beckert Date: Sun, 17 Apr 2016 09:06:44 +1000 Subject: Allow TLS 1.0 connections to sequelpro.com this will allow sparkle connections against the 10.11 SDK --- Resources/Plists/Info.plist | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'Resources/Plists/Info.plist') diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 6ec8ccfe..5f5b8279 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -199,6 +199,31 @@ x86_64 10.6.0 + + NSAppTransportSecurity + + NSExceptionDomains + + sequelpro.com + + NSExceptionAllowsInsecureHTTPLoads + + NSExceptionRequiresForwardSecrecy + + NSExceptionMinimumTLSVersion + TLSv1.0 + NSThirdPartyExceptionAllowsInsecureHTTPLoads + + NSThirdPartyExceptionRequiresForwardSecrecy + + NSThirdPartyExceptionMinimumTLSVersion + TLSv1.0 + NSRequiresCertificateTransparency + + + + + NSAppleScriptEnabled NSHumanReadableCopyright @@ -240,7 +265,7 @@ SUEnableSystemProfiling SUFeedURL - https://www.sequelpro.com/appcast/app-releases.xml + https://sequelpro.com/appcast/app-releases.xml SUPublicDSAKeyFile sparkle-public-key.pem UTExportedTypeDeclarations -- cgit v1.2.3