From f9be52a446008d5f46c7d5b780f5e091049e300a Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Thu, 5 Mar 2015 21:34:42 +0100 Subject: [PATCH 1/2] Fix HTTPS Everywhere by directly requesting https version of update info --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e8c8f01f..b1b76d7a 100644 --- a/index.html +++ b/index.html @@ -443,7 +443,7 @@

Frequent Updates

} var shortLocale = (requestedLang && requestedLang.split("/")[0].split("-")[0]) || "en", - versionInfoBaseUrl = "//s3.amazonaws.com/files.brackets.io/updates/stable/", + versionInfoBaseUrl = "https://s3.amazonaws.com/files.brackets.io/updates/stable/", versionInfoUrl = versionInfoBaseUrl + shortLocale + ".json", lookupPromise = new $.Deferred(); From 20873faa14ccc379ecd3a2679d2dbafdcef9a315 Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Fri, 6 Mar 2015 21:09:35 +0100 Subject: [PATCH 2/2] Change default URL of download buttons --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b1b76d7a..3969bfe9 100644 --- a/index.html +++ b/index.html @@ -106,13 +106,13 @@