From a7e1c30dcac082ae10be6e9489ddfefc92317c5b Mon Sep 17 00:00:00 2001 From: Alys Date: Tue, 23 Jun 2015 16:47:18 +1000 Subject: [PATCH] remove http from link to fonts.googleapis.com to prevent Mixed Content Warnings - partial fix for #5464 --- website/views/static/front.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/static/front.jade b/website/views/static/front.jade index a3633fa407..03eb5ad868 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -2,7 +2,7 @@ doctype html html(ng-app='habitrpg', ng-controller='RootCtrl') head meta(charset='utf-8') - link(href='http://fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css') + link(href='//fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css') title HabitRPG | Your Life the Role Playing Game meta(name='description', content='') meta(name='keywords', content='')