Open
Bug 1602542
Opened 6 years ago
Updated 5 months ago
do not show geolocation permission prompt without user interaction
Categories
(Core :: DOM: Geolocation, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: cpartiot, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
on some sites, notification or geolocation is displayed in real time in support.
Actual results:
some people accept it without reading it because they are only interested in the content.
Expected results:
such as video playback or pop-ups (window.open()), notification and geolocation prompt must not trigger without user action (click).
Updated•6 years ago
|
Component: Untriaged → Notifications and Alerts
OS: Unspecified → All
Product: Firefox → Toolkit
Hardware: Unspecified → All
Comment 1•6 years ago
|
||
We're already doing this for notifications and are considering for geolocation, though I don't think we have a bug for that at the moment.
Comment 2•6 years ago
|
||
(For notifications, the restriction is shipping 72)
Updated•6 years ago
|
Component: Notifications and Alerts → DOM: Geolocation
Product: Toolkit → Core
Summary: do not show prompt for notification or geolocation without client action → do not show prompt geolocation without user interaction
Updated•6 years ago
|
Summary: do not show prompt geolocation without user interaction → do not show geolocation permission prompt without user interaction
Updated•3 years ago
|
Severity: normal → S3
Updated•5 months ago
|
See Also: → https://github.com/w3c/geolocation-api/pull/94
You need to log in
before you can comment on or make changes to this bug.
Description
•