Allow to add "contextualIdentities" to "optional_permissions"
Categories
(WebExtensions :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: mstanke, Unassigned)
References
()
Details
(Whiteboard: [permission])
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Updated•7 years ago
|
Comment 5•6 years ago
|
||
Could you please clarify two things to me?
- regarding:
Installing an extension with this permission automatically enables the corresponding feature in Firefox
Does this mean that the "Firefox Multi-Account Containers" add-on will be auto-installed when I use this permission? And is it a bad thing? :)
- In the MDN, the "contextualIdentities" permission is listed under "The following permissions don't get alerted to users".
So if understand it correctly, even without optional_permission, if I add it to the existing add-on, my users won't be warned about new permission, right?
I want to add this permission to my GroupSpeedDial used by >50k users so I really want to be sure about possible consequences.
Reporter | ||
Comment 6•6 years ago
|
||
(In reply to juraj.masiar from comment #5)
Could you please clarify two things to me?
- regarding:
Installing an extension with this permission automatically enables the corresponding feature in Firefox
Does this mean that the "Firefox Multi-Account Containers" add-on will be auto-installed when I use this permission? And is it a bad thing? :)
The containers add-on itself won't be installed. Firefox alone supports containers (provides API for add-ons + limited feature is possible to enable in browser preferences). To me it seems useless to have the feature enabled if not actually used. Especially when the fact that "My add-on" requires container tabs is shown in the preferences, which may scare some users to the extent they uninstall "My add-on".
- In the MDN, the "contextualIdentities" permission is listed under "The following permissions don't get alerted to users".
So if understand it correctly, even without optional_permission, if I add it to the existing add-on, my users won't be warned about new permission, right?
They are not warned, but it is shown in browser preferences after the add-on requiring the containers support is installed.
Updated•6 years ago
|
Description
•