geodienst / lighthousemap

OpenStreetMap's Blinking Beacons
https://geodienst.github.io/lighthousemap/
MIT License
289 stars 50 forks source link

Switch to https and avoid mixed-contents warning #2

Closed zstadler closed 5 years ago

zstadler commented 5 years ago

The source of the background tiles is using the http protocol rather than https. As a result the site is not showing as secure on Chrome and receives a security warning on Firefox:

image

The tile server basemaps.cartocdn.com is also available using https.

There are also a few external links, in index.html and README.md, that can also be upgraded to https, although they do not impact the above warning.