Closed
Bug 1842067
Opened 2 years ago
Closed 1 year ago
Clear bounce tracker state by site host + OA
Categories
(Core :: Privacy: Anti-Tracking, task, P2)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: emz, Assigned: emz)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
In the current WIP implementation we're clearing data via nsIClearDataService::DeleteDataFromBaseDomain which clears both unpartitioned first party storage and third-party partitioned storage across all OriginAttributes.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1894044#c3 for details.
| Assignee | ||
Comment 1•2 years ago
|
||
We need to clear by site host + OriginAttributes because we need to:
- Clear site wide, because cookies are not always origin bound
- Clear exact OriginAttributes so that behavior in one context (e.g. a container tab) doesn't bleed over into another. Same for private browsing and normal browsing.
Summary: Consider only clearing unpartitioned (1p) bounce tracker state → Clear bounce tracker state by site host + OA
| Assignee | ||
Updated•1 year ago
|
Blocks: btp-etp-strict
| Assignee | ||
Updated•1 year ago
|
Priority: P3 → P2
| Assignee | ||
Comment 2•1 year ago
|
||
https://github.com/privacycg/nav-tracking-mitigations/pull/78 changes the spec so that we clear unpartitioned cookies and partitioned cookies, but only where the top site matches the bounce host.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → pbz
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
|
||
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/69105a173126
Filter by OriginAttributesPattern when purging bounce tracker site data. r=bvandersloot
https://hg.mozilla.org/integration/autoland/rev/1f17cc6112f7
Move BTP purging call into separate method. r=anti-tracking-reviewers,bvandersloot
Comment 6•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/69105a173126
https://hg.mozilla.org/mozilla-central/rev/1f17cc6112f7
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•