Closed
Bug 1812594
Opened 2 years ago
Closed 2 years ago
The remote settings for nsIURLQueryStrippingListService are initialized even when the feature is not enabled
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
RESOLVED
FIXED
112 Branch
People
(Reporter: pierov, Assigned: pbz)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1719447 introduced an initialization function for nsIURLQueryStrippingListService
.
However, if I understand correctly, the whole functionality is disabled by default, except for nightly.
Would it be possible not to call its init
, and avoid fetching its remote settings, when privacy.query_stripping.enabled
and privacy.query_stripping.enabled.pbmode
are false
?
Comment 1•2 years ago
|
||
Set release status flags based on info from the regressing bug 1719447
:timhuang, since you are the author of the regressor, bug 1719447, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
status-firefox109:
--- → affected
status-firefox110:
--- → affected
status-firefox111:
--- → affected
status-firefox-esr102:
--- → affected
Flags: needinfo?(tihuang)
Keywords: regression
Updated•2 years ago
|
Component: General → Privacy: Anti-Tracking
Flags: needinfo?(tihuang)
Product: Firefox → Core
Comment 2•2 years ago
|
||
This bug has the keyword regression
, so its type should be defect.
Type: enhancement → defect
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → pbz
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Attachment #9317127 -
Attachment description: WIP: Bug 1812594 - Refactor URLQueryStrippingListService init and shutdown logic. r=#anti-tracking! → Bug 1812594 - Refactor URLQueryStrippingListService init and shutdown logic. r=#anti-tracking!
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c7f17c4eb8ba
Refactor URLQueryStrippingListService init and shutdown logic. r=anti-tracking-reviewers,timhuang
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•