-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
With the Nearby feature using queries sent to Wikidata, (#289) I believe we have privacy issues to consider, for example the accidental disclosure of sensitive locations of the user (e.g. home address).
In my opinion, we should make sure that users are aware of the fact that:
- the app may disclose the current location of the user's device to the Wikidata server when querying nearby places.
(And maybe explicitly ask the user to agree with the Terms of Use of the WMF?) - the app may disclose the current location of the user's the device to the core app developers subscribed to the private mailing list when sending crash reports. (I believe the current app doesn't include coordinates to an error message, but it may happen in future.)
For developers, I would imagine something like:
- Developers may use personal information obtained from the user only for the purpose of improving this app.
- Developers may not disclose personal information obtained from the user.
I'm not sure in what way we want to deliver such a statement to the user. Maybe a wiki page and a link from the About screen to it? A dialog before a relevant action (e.g. sending a query) is done?