Changeset 18445 in josm


Ignore:
Timestamp:
2022-05-12T16:24:18+02:00 (2 years ago)
Author:
stoecker
Message:

drop imagery offsets from status report, see #22043

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java

    r17820 r18445  
    336336                    || "download.overpass.query".equals(key)
    337337                    || "download.overpass.queries".equals(key)
     338                    || "iodb.stored.offsets".equals(key)
    338339                    || key.contains("username")
    339340                    || key.contains("password")
    340341                    || key.contains("access-token")) {
    341                 // Remove sensitive information from status report
     342                // Remove sensitive or large information from status report
    342343                return;
    343344            }
Note: See TracChangeset for help on using the changeset viewer.