Ignore:
Timestamp:
2014-03-21T17:31:18+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by default + other HTTPS links where applicable + update CONTRIBUTION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/SourceEntry.java

    r6830 r6920  
    143143
    144144    public boolean isLocal() {
    145         if (url.startsWith("http://") || url.startsWith("resource://"))
     145        if (url.startsWith("http://") || url.startsWith("https://") || url.startsWith("resource://"))
    146146            return false;
    147147        return true;
Note: See TracChangeset for help on using the changeset viewer.