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

Add Geolocation Sensor (harmful) #399

Merged
merged 1 commit into from
Jul 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,19 @@
"title": "Generic Sensor API",
"url": "https://w3c.github.io/sensors/"
},
{
"ciuName": null,
"description": "This specification defines the GeolocationSensor interface for obtaining the geolocation of the hosting device.",
"id": "geolocation-sensor",
"mdnUrl": "",
"mozBugUrl": null,
"mozPosition": "harmful",
"mozPositionDetail": "Given that the web already has a geolocation API, any additional API for the same purpose would have to meet a high bar as both will need to be maintained forever. While the document claims to improve security and privacy, there is no evidence that is the case. And as it can be largely polyfilled on top of the existing API, it seems better to invest in web platform geolocation additions there, if any.",
"mozPositionIssue": 36,
"org": "W3C",
"title": "Geolocation Sensor",
"url": "https://w3c.github.io/geolocation-sensor/"
},
{
"ciuName": null,
"description": "The Get Installed Related Apps API allows web apps to detect if related apps are installed on the current device.",
Expand Down