Browse Source

cmd/strelaysrv: Load map tiles over HTTPS (#7382)

otbutz 4 years ago
parent
commit
c18dc6a629
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/strelaypoolsrv/gui/index.html

+ 1 - 1
cmd/strelaypoolsrv/gui/index.html

@@ -237,7 +237,7 @@
       uptimeSeconds: 0,
     };
     $scope.map = L.map('map').setView([40.90296, 1.90925], 2);
-    L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
+    L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
     {
       attribution: 'Leaflet',
       maxZoom: 17