Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always call JOSM over http #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 27, 2019

  1. 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@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.
    grischard authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3c2c24a View commit details
    Browse the repository at this point in the history