[Taginfo-dev] [taginfo/taginfo] 9878b5: Always call JOSM over http

Guillaume Rischard noreply at github.com
Sat Oct 19 09:04:34 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/taginfo/taginfo
  Commit: 9878b55faef008070a5f5b771a8655956737b58f
      https://github.com/taginfo/taginfo/commit/9878b55faef008070a5f5b771a8655956737b58f
  Author: Guillaume Rischard <github at stereo.lu>
  Date:   2019-10-19 (Sat, 19 Oct 2019)

  Changed paths:
    M web/public/js/taginfo.js

  Log Message:
  -----------
  Always call JOSM over http

Https in JOSM is unreliable and will be dropped soon. See https://josm.openstreetmap.de/ticket/10033

All modern browsers support calling 127.0.0.1 over http even from https pages, per spec:

w3c/webappsec-mixed-content at 349501c
https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy

JOSM's default behaviour is to run without https.

Openstreetmap.org itself also always calls JOSM over http.





More information about the Taginfo-dev mailing list