sfreytag / simonlikesmaps

Project management for https://www.simonlikesmaps.com
0 stars 0 forks source link

HTTPS Review #9

Closed sfreytag closed 2 years ago

sfreytag commented 4 years ago

SLM is available on HTTPS if you want it to be. But lots of the map URLs are hardcoded to http. The canvas then gets tainted, which wrecks printing. And possibly other issues. The fix is probably to make the hardcoded URLs respect the scheme of the SLM url, but what if some maps do not do HTTPS? SLM does not really need to be HTTPS so another fix would be to turn it off and just use HTTP.

sfreytag commented 2 years ago

The GeoLocation API is only available in HTTPS for some or all supporting browsers. This is reason enough for this issue to now fall on the side of using HTTPS throughout and discarding maps that cannot support it.

sfreytag commented 2 years ago

Now HTTPS always, released 5th June 2022.