Open
Bug 1805205
Opened 3 years ago
Updated 3 years ago
Allow extension permissions to be overridden by policy via blocked_permissions and runtime_blocked_hosts
Categories
(WebExtensions :: General, enhancement, P3)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: mkaply, Unassigned)
References
Details
(Whiteboard: [addons-jira])
As part of Chrome's ExtensionSettings policy, they allow enterprises to override the permission settings of addons.
See:
In particular, blocked_permissions.
So you can deny the clipboard permission even though an extension wants it.
They also allow extension to allow or deny hosts even if an extension requests it.
So if an addons wants all_urls, you can still deny access to company websites.
We should implement these.
Updated•3 years ago
|
Whiteboard: [addons-jira]
Updated•3 years ago
|
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•