aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorMax Lohrmann <dmoagx@users.noreply.github.com>2016-04-17 20:52:21 +0200
committerMax Lohrmann <dmoagx@users.noreply.github.com>2016-04-17 20:52:21 +0200
commita00f2a7fda22fa2744716e242a292abb6b0f7781 (patch)
tree783a952957be20f2628a70f6648780f918ed6c8d /Resources
parent2b638f817e992a23192940693e9358ac9f57c82b (diff)
parent6ecd8eee7db90461a0f286bd12510be42638d392 (diff)
downloadsequelpro-a00f2a7fda22fa2744716e242a292abb6b0f7781.tar.gz
sequelpro-a00f2a7fda22fa2744716e242a292abb6b0f7781.tar.bz2
sequelpro-a00f2a7fda22fa2744716e242a292abb6b0f7781.zip
Merge branch 'master' of https://github.com/sequelpro/sequelpro
Diffstat (limited to 'Resources')
-rw-r--r--Resources/Plists/Info.plist27
1 files changed, 26 insertions, 1 deletions
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 @@
<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>