From 695894f1f677c29fc65a2e660beeefa669820e89 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Thu, 7 May 2020 01:46:16 +0200 Subject: Use https everywhere Signed-off-by: Max Magorsch --- html/stats.jinja2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/stats.jinja2 b/html/stats.jinja2 index 35f012a..9596930 100644 --- a/html/stats.jinja2 +++ b/html/stats.jinja2 @@ -77,7 +77,7 @@

Gentoo {% if type != "all" %}{{ type[0]|upper}}{{type[1:]}}{%endif%} Mirrors {% if type != "all" %} - + {% endif %} @@ -150,7 +150,7 @@ Mirror Data as current of
{{ lastUpdate }}
- Data powered by:
Mirmon v2.11 + Data powered by:
Mirmon v2.11
@@ -203,7 +203,7 @@ var map = L.map('mirrorLocations', { zoomAnimationThreshold: 9 } ).setView([30, 0], 2); var markers = {}; - map.addLayer(new L.TileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { minZoom: 2, maxZoom: 8, attribution: 'Map data © OpenStreetMap contributors' })); + map.addLayer(new L.TileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { minZoom: 2, maxZoom: 8, attribution: 'Map data © OpenStreetMap contributors' })); var greenIcon = new L.Icon({ -- cgit v1.2.3-65-gdbad