Closed
Bug 1961173
Opened 6 months ago
Closed 6 months ago
Update DB when the data collection permission pref is enabled after extensions have been installed
Categories
(WebExtensions :: General, enhancement, P3)
WebExtensions
General
Tracking
(firefox139 fixed)
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
(Depends on 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
STR
- Make sure the
extensions.dataCollectionPermissions.enabled
pref is set tofalse
- Install an extension that declares data collection perms in the manifest
- Flip the
extensions.dataCollectionPermissions.enabled
pref - Go to "Permissions and data" in
about:addons
Expected
The data collection permissions are listed.
Actual
The data collection permissions are not listed.
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Updated•6 months ago
|
Assignee: nobody → wdurand
Updated•6 months ago
|
Attachment #9479668 -
Attachment description: WIP: Bug 1961173 - Update DB when the data collection permission pref is enabled after extensions have been installed. r?rpl! → Bug 1961173 - Update DB when the data collection permission pref is enabled after extensions have been installed. r?rpl!
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/91b1d2f53264
Update DB when the data collection permission pref is enabled after extensions have been installed. r=rpl
Comment 3•6 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 months 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
•