Include permission toggles in the install prompt
Categories
(WebExtensions :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: zombie, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(2 files)
Followup from 1746269 to actually implement this.
Updated•10 months ago
|
Updated•10 months ago
|
Comment 1•9 months ago
|
||
Like for the patch attached to Bug 1842832, this exploratory patch is meant to let us
collect some more insight about issues/blockers or additional changes we may have to
consider while introducing moz-toggle controls to allow users to opt-in/opt-out to
the manifest version 3 host permissions directly during the install flow.
It is not to be considered the final design nor the final set of changes yet.
Depends on D202212
Comment 2•9 months ago
|
||
Screenshots of the install dialog with the private browsing moz-toggle as prototyped in the exploratory patch:
-
install dialog for an mv3 extension with all_urls kind of host permission ("<all_ulrs>", ":///*", etc.) along with other host permissions and content script matches (with and without the incognito toggle enabled in the same dialog)
-
install fialog for an mv3 extension without an all_urls kind of host permission, but with an host_permission and a content script matched origin too (with and without the incognito toggle enabled in the same dialog)
Updated•5 months ago
|
Description
•