Closed
Bug 1440570
Opened 7 years ago
Closed 5 years ago
Policy: Define default value of "storage.local" for extensions
Categories
(Firefox :: Enterprise Policies, enhancement, P3)
Firefox
Enterprise Policies
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox60 | --- | affected |
People
(Reporter: yuki, Unassigned)
Details
Most public extensions store their configs via the "storage.local" API, and there is no mechanism to provide default or locked value for "storage.local". There is another API "storage.managed" to provide specific values for managed environment on company use, but most addons are not designed to load values from "storage.managed". Thus a policy to define values for the local storage is required.
(Enterprise extensions should be designed for the company, but company admins not familiar to develop extensions with very limited money resource want to use major public addons as is.)
Reporter | ||
Comment 1•7 years ago
|
||
> (Enterprise extensions should be designed for the company, but company admins not familiar to develop extensions with very limited money resource want to use major public addons as is.)
This is also serious for some proprietary extensions. Actually, Adobe Acrobat 2017 extension stores its configuration via "storage.local", and there is no option to develop forked version of it.
Updated•7 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Comment 2•5 years ago
|
||
Does Chrome provide anything like this?
Comment 3•5 years ago
|
||
There is storage.managed which can be configured using the registry, I believe. See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/managed resp. https://developer.chrome.com/extensions/manifest/storage
Comment 4•5 years ago
|
||
Yes, but the extensions have to be changed to explicitly use it.
I think this is probably WONTFIX though.
Comment 5•5 years ago
|
||
If extensions want to do this, they should use storage managed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•