From 326d719542bf10c2cf3ff193dad42c9b77740c49 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 23 Jul 2020 10:02:19 +0200 Subject: [PATCH] Add Geolocation Sensor (harmful) Closes #36. --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index 687f70f8..4c2b056d 100644 --- a/activities.json +++ b/activities.json @@ -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.",