Closed
Bug 1954524
Opened 8 months ago
Closed 8 months ago
Add support for data collection permissions in the manifest
Categories
(WebExtensions :: General, enhancement, P2)
WebExtensions
General
Tracking
(firefox139 fixed)
RESOLVED
FIXED
139 Branch
| Tracking | Status | |
|---|---|---|
| firefox139 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
This is about adding support for a new top-level key in the manifest, named data_collection_permissions. Something like this:
"data_collection_permissions": {
"required": [...],
"optional": [...]
}
Updated•8 months ago
|
| Assignee | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Assignee: nobody → wdurand
Attachment #9474166 -
Attachment description: WIP: Bug 1954524 - Add support for data collection permissions in the manifest. r?rpl! → Bug 1954524 - Add support for data collection permissions in the manifest. r?rpl!
Status: NEW → ASSIGNED
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e535bca27b51
Add support for data collection permissions in the manifest. r=rpl
Comment 3•8 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Is there any particular reason this is only documented in Extension Workshop and not MDN and the BCD, see Missing browser_specific_settings.gecko.data_collection_permissions #41555 and webextensions.manifest.browser_specific_settings - data_collection_permissions #28211
Flags: needinfo?(wdurand)
| Assignee | ||
Comment 5•1 month ago
|
||
There is no (good) reason besides the fact that this feature wasn't announced publicly yet (as generally available I mean). We can still fix these MDN/BCD bugs, though.
Flags: needinfo?(wdurand)
You need to log in
before you can comment on or make changes to this bug.
Description
•