Open
Bug 1745822
Opened 3 years ago
Updated 2 years ago
Implement Wishlist permissions
Categories
(WebExtensions :: General, enhancement, P2)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: zombie, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mv3-m2])
- ⬜ At every “passive” place where host permissions/match patterns are checked for the current active tab, send a message to the parent process to flag the browser action button, to inform users that extension wants access:
- Content script match patterns
- webRequest events
- Tab events
- Cookie events
- Basically every event that checks host permission before firing.
- ⬜ Keep track of sites where user was already notified, and where they declined.
- ⬜ Have a limited number of times we would notify per site.
- ⬜ Have a global limit for each extension.
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Points: --- → 8
Reporter | ||
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•