From aad4294f8c9114612a4cc137aa9030e43d3eba70 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 9 Dec 2015 11:47:51 +1030 Subject: [PATCH] web/logo: Use a relative protocol The webfont forces http, which results in a mixed content warning if you're visiting the site on https. Strip the protocol so we use whatever the user has connected with. Signed-off-by: Joel Stanley Signed-off-by: Rusty Russell --- web/logo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/logo.html b/web/logo.html index d281df9f..c0d1531b 100644 --- a/web/logo.html +++ b/web/logo.html @@ -9,7 +9,7 @@ $url_prefix = getenv("URLPREFIX"); ccan - + -- 2.39.2