Skip to content

Commit 7804fba

Browse files
committed
Allow TLS 1.0 connections to sequelpro.com
this will allow sparkle connections against the 10.11 SDK
1 parent d8ee2f9 commit 7804fba

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

Resources/Plists/Info.plist

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,31 @@
199199
<key>x86_64</key>
200200
<string>10.6.0</string>
201201
</dict>
202+
203+
<key>NSAppTransportSecurity</key>
204+
<dict>
205+
<key>NSExceptionDomains</key>
206+
<dict>
207+
<key>sequelpro.com</key>
208+
<dict>
209+
<key>NSExceptionAllowsInsecureHTTPLoads</key>
210+
<false/>
211+
<key>NSExceptionRequiresForwardSecrecy</key>
212+
<false/>
213+
<key>NSExceptionMinimumTLSVersion</key>
214+
<string>TLSv1.0</string>
215+
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
216+
<false/>
217+
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
218+
<false/>
219+
<key>NSThirdPartyExceptionMinimumTLSVersion</key>
220+
<string>TLSv1.0</string>
221+
<key>NSRequiresCertificateTransparency</key>
222+
<false/>
223+
</dict>
224+
</dict>
225+
</dict>
226+
202227
<key>NSAppleScriptEnabled</key>
203228
<true/>
204229
<key>NSHumanReadableCopyright</key>
@@ -240,7 +265,7 @@
240265
<key>SUEnableSystemProfiling</key>
241266
<true/>
242267
<key>SUFeedURL</key>
243-
<string>https://www.sequelpro.com/appcast/app-releases.xml</string>
268+
<string>https://sequelpro.com/appcast/app-releases.xml</string>
244269
<key>SUPublicDSAKeyFile</key>
245270
<string>sparkle-public-key.pem</string>
246271
<key>UTExportedTypeDeclarations</key>

0 commit comments

Comments
 (0)