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)

enhancement

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.)
> (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.
Severity: normal → enhancement
Priority: -- → P3

Does Chrome provide anything like this?

Yes, but the extensions have to be changed to explicitly use it.

I think this is probably WONTFIX though.

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.