Update privacy policy to account for removal of master branch (re: #7453)

This commit is contained in:
Quincy Morgan
2020-04-07 11:45:59 -07:00
parent 331150d956
commit e7fbc4bba7
2 changed files with 6 additions and 5 deletions

View File

@@ -16,15 +16,15 @@ In order to make edits using iD, you must be logged into your OpenStreetMap acco
### Changeset information
When you use iD to edit OpenStreetMap, iD uses the OpenStreetMap API to contribute edits. For quality control purposes, along with the information typically recorded for an OpenStreetMap edit, iD automatically adds tags to each changeset submitted with iD which identifies the changeset as one made with iD and information that indicates the users level of experience with iD editor and/or its walkthrough. See [here](https://github.com/openstreetmap/iD/blob/master/modules/ui/commit.js) for details. The [OSMF privacy policy](https://wiki.osmfoundation.org/wiki/Privacy_Policy) governs the use of this data in the OpenStreetMap database.
When you use iD to edit OpenStreetMap, iD uses the OpenStreetMap API to contribute edits. For quality control purposes, along with the information typically recorded for an OpenStreetMap edit, iD automatically adds tags to each changeset submitted with iD which identifies the changeset as one made with iD and information that indicates the users level of experience with iD editor and/or its walkthrough. See [here](https://github.com/openstreetmap/iD/blob/release/modules/ui/commit.js) for details. The [OSMF privacy policy](https://wiki.osmfoundation.org/wiki/Privacy_Policy) governs the use of this data in the OpenStreetMap database.
### Editor experience tags
Details on that are [here](https://github.com/openstreetmap/iD/blob/master/modules/ui/commit.js).
Details on that are [here](https://github.com/openstreetmap/iD/blob/release/modules/ui/commit.js).
### Background imagery and other third party services
If you use background or streetside imagery to aid your edits, your browser must fetch information and images from a third-party imagery host. That use is governed by the respective privacy policies of each imagery host. The [Editor Layer Index](https://github.com/osmlab/editor-layer-index) and [iD Editor GitHub code](https://github.com/openstreetmap/iD/blob/master/modules/ui/map_data.js) provides detailed information as to imagery layer available in iD. In addition, you may use third party services to assist your editing or check for errors. See [here](https://github.com/openstreetmap/iD/tree/master/modules/services) for details. If you do not wish to interact with these third parties, do not use these features.
If you use background or streetside imagery to aid your edits, your browser must fetch information and images from a third-party imagery host. That use is governed by the respective privacy policies of each imagery host. The [Editor Layer Index](https://github.com/osmlab/editor-layer-index) and [iD Editor GitHub code](https://github.com/openstreetmap/iD/blob/release/modules/ui/map_data.js) provides detailed information as to imagery layer available in iD. In addition, you may use third party services to assist your editing or check for errors. See [here](https://github.com/openstreetmap/iD/tree/release/modules/services) for details. If you do not wish to interact with these third parties, do not use these features.
### Name Suggestion Index
@@ -37,4 +37,5 @@ If you believe that we hold information that would allow us to correct, amend, o
### Changelog
* _2019-Dec-17_ - Initial version.
* _2020-Apr-07_ - Update the iD GitHub repository file links to point to the `release` branch instead of the `master` branch.
* _2019-Dec-17_ - Initial version.

View File

@@ -27,7 +27,7 @@ export function coreContext() {
let _deferred = new Set();
context.version = '2.17.2';
context.privacyVersion = '20191217';
context.privacyVersion = '20200407';
context.isFirstSession = !prefs('sawSplash') && !prefs('sawPrivacyVersion');