From ed05dee3c51e1af1a484f7796e56265aad897658 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 9 Jul 2015 02:51:59 +1000 Subject: [PATCH] index: fix scripts not loading on HTTPS We must load scripts over HTTPS, otherwise browsers block us from loading the scripts we need to run if the site is loaded over HTTPS. Signed-off-by: Aleksa Sarai --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 18e163e..2484ccd 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,10 @@ - + - +