diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2017-03-03 11:02:38 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@abhibeckert.com> | 2017-03-03 11:02:38 +1000 |
commit | 4dfd4296cb9a7ee276725402aa899eb2e684fd97 (patch) | |
tree | 2b1914b477b25539bc47f1aedf18d3cc6bbbbcc6 /Resources | |
parent | f6591657661c87743bb4c1ce5e5a8412cc04e943 (diff) | |
download | sequelpro-4dfd4296cb9a7ee276725402aa899eb2e684fd97.tar.gz sequelpro-4dfd4296cb9a7ee276725402aa899eb2e684fd97.tar.bz2 sequelpro-4dfd4296cb9a7ee276725402aa899eb2e684fd97.zip |
#2524 New URL for reedback reporter, using SSL
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Plists/Info.plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index 5f5b8279..63b5bff6 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -187,7 +187,7 @@ <key>FRFeedbackReporter.maxConsoleLogSize</key> <integer>10000</integer> <key>FRFeedbackReporter.targetURL</key> - <string>http://log.sequelpro.com/submit</string> + <string>https://sequelpro.com/api?action=feedback-submit</string> <key>LSApplicationCategoryType</key> <string>public.app-category.developer-tools</string> <key>LSMinimumSystemVersion</key> @@ -199,7 +199,6 @@ <key>x86_64</key> <string>10.6.0</string> </dict> - <key>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> @@ -223,7 +222,6 @@ </dict> </dict> </dict> - <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> |