- From: thecodingdude via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Dec 2018 16:08:32 +0000
- To: public-device-apis-log@w3.org
You already need permission to use geolocation anyway, for example:
navigator.geolocation.getCurrentPosition(loc => {
console.log(loc)
});
Will show a prompt for access. Websites can already track a visitors IP simply by loading the page (web server logs, for example). An IP address is not considered sensitive/personal information for this reason.
--
GitHub Notification of comment by thecodingdude
Please view or discuss this issue at https://github.com/w3c/wake-lock/issues/137#issuecomment-449428607 using your GitHub account
Received on Friday, 21 December 2018 16:08:33 UTC