Closed
Bug 1954524
Opened 1 month ago
Closed 17 days 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 2 open bugs)
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•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Updated•20 days 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•17 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 17 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•