Closed
Bug 1706612
Opened 4 years ago
Closed 4 years ago
Add an allow list pref for excluding hosts from 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
(3 files)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → tihuang
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•4 years ago
|
||
This patch implements the allow listfor query stripping. The allow list
contains sites that exampt from query stripping. When loading a URI, we
will check if the basedomain of the URI is in the allow list. If it
does, we will skip the query stripping.
Depends on D115863
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D115864
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb392d08e381
Part 1: Add a pref for the allow list of query stripping. r=dimi
https://hg.mozilla.org/integration/autoland/rev/d2da5189a51d
Part 2: Implement the allow list for query stripping. r=dimi
https://hg.mozilla.org/integration/autoland/rev/f7fa58ecc161
Part 3: Add a test for the query stripping allow list. r=dimi
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/eb392d08e381
https://hg.mozilla.org/mozilla-central/rev/d2da5189a51d
https://hg.mozilla.org/mozilla-central/rev/f7fa58ecc161
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•