Closed
Bug 1337150
Opened 8 years ago
Closed 8 years ago
Provide a mechanism for reading preferences set by a distribution
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1230802
People
(Reporter: mkaply, Unassigned)
References
(Blocks 1 open bug)
Details
For WebExtensions in a distribution, we need the ability to set preferences that are then read by the WebExtensions so they can know if they are part of a distribution.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment 2•8 years ago
|
||
I'm de-duping this. The use cases are different and I don't think they should be conflated into storage.managed. A distribution may depend on distribution specific settings in its addons, such as partner codes, etc.
We could provide storage.distribution as a firefox specific api. storage.json can live in the distributions directory, and storage.distribution would be read-only.
Comment 4•8 years ago
|
||
They're not. storage.managed provides mechanisms to specify managed settings at a few different levels, including group policy, profile, and distribution. They all wind up in the same storage.managed bucket.
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•