Open
Bug 1253772
Opened 9 years ago
Updated 1 year ago
Prevent sites from requesting or querying the permission if Push is disabled
Categories
(Core :: DOM: Push Subscriptions, task, P3)
Core
DOM: Push Subscriptions
Tracking
()
NEW
People
(Reporter: lina, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: btpp-backlog, dom-lws-bugdash-triage)
:MattN and :nalexander pointed out that we shouldn't show a doorhanger if the site asks for the `push` permission, but `dom.push.enabled` is false.
Even though they're backed by the same "desktop-notification" permission, we shouldn't let sites ask permission for disabled DOM APIs.
Updated•9 years ago
|
Whiteboard: btpp-backlog
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Type: defect → task
Updated•1 year ago
|
Whiteboard: btpp-backlog → btpp-backlog, dom-lws-bugdash-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•