Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Allow TLS 1.0 connections to sequelpro.com
this will allow sparkle connections against the 10.11 SDK
- Loading branch information
Showing
with
26 additions
and
1 deletion.
-
+26
−1
Resources/Plists/Info.plist
|
@@ -199,6 +199,31 @@ |
|
|
<key>x86_64</key> |
|
|
<string>10.6.0</string> |
|
|
</dict> |
|
|
|
|
|
<key>NSAppTransportSecurity</key> |
|
|
<dict> |
|
|
<key>NSExceptionDomains</key> |
|
|
<dict> |
|
|
<key>sequelpro.com</key> |
|
|
<dict> |
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key> |
|
|
<false/> |
|
|
<key>NSExceptionRequiresForwardSecrecy</key> |
|
|
<false/> |
|
|
<key>NSExceptionMinimumTLSVersion</key> |
|
|
<string>TLSv1.0</string> |
|
|
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
|
|
<false/> |
|
|
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key> |
|
|
<false/> |
|
|
<key>NSThirdPartyExceptionMinimumTLSVersion</key> |
|
|
<string>TLSv1.0</string> |
|
|
<key>NSRequiresCertificateTransparency</key> |
|
|
<false/> |
|
|
</dict> |
|
|
</dict> |
|
|
</dict> |
|
|
|
|
|
<key>NSAppleScriptEnabled</key> |
|
|
<true/> |
|
|
<key>NSHumanReadableCopyright</key> |
|
@@ -240,7 +265,7 @@ |
|
|
<key>SUEnableSystemProfiling</key> |
|
|
<true/> |
|
|
<key>SUFeedURL</key> |
|
|
<string>https://www.sequelpro.com/appcast/app-releases.xml</string> |
|
|
<string>https://sequelpro.com/appcast/app-releases.xml</string> |
|
|
<key>SUPublicDSAKeyFile</key> |
|
|
<string>sparkle-public-key.pem</string> |
|
|
<key>UTExportedTypeDeclarations</key> |
|
|