Closed
Bug 1706607
Opened 4 years ago
Closed 4 years ago
Add a pref for the URL query string stripping
Categories
(Core :: Privacy: Anti-Tracking, task)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: timhuang, Assigned: timhuang)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
We add two prefs in this patch, including
'privacy.query_stripping.enabled' and
'privacy.query_stripping.strip_list'.
The pref 'privacy.query_stripping.enabled' is the general controller of
the URL query string stripping. And the pref
'privacy.query_stripping.strip_list' is the list of the query strings
that should be stripped from the URL.
Updated•4 years ago
|
Assignee: nobody → tihuang
Status: NEW → ASSIGNED
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b2f13c8c95b
Add prefs for the URL query string stripping. r=dimi
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Comment 4•3 years ago
|
||
Since the default value for 'privacy.query_stripping.strip_list' is empty, does this mean that this feature is "disabled" (noop) even if 'privacy.query_stripping.enabled' is set to true?
| Assignee | ||
Comment 5•3 years ago
|
||
The pref value of privacy.query_stripping.strip_list is used for customizing the list and the testing purpose. The actual list is populated via the Remote Settings server.
You need to log in
before you can comment on or make changes to this bug.
Description
•