Closed
Bug 1918340
Opened 6 months ago
Closed 3 months ago
Update the ContentBlockingEvent for partitioned third-party trackers
Categories
(Core :: Privacy: Anti-Tracking, task)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: timhuang, Assigned: timhuang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We use ContentBlockEvent to notify whether there is a tracker cookie that gets blocked. We should update it accordingly when we partition third-party tracker cookies.
Assignee | ||
Comment 1•3 months ago
|
||
To show the trackers who access partitioned cookies, we need to notify
the STATE_COOKIES_PARTITIONED_TRACKER content blocking event.
The patch changes the cookie service to nofity when accessing the
partitioned tracker cookies. And replace the
STATE_COOKIES_LOADED_TRACKER and
STATE_COOKIES_LOADED_SOCIALTRACKER events with the
STATE_COOKIES_PARTITIONED_TRACKER for the ContentBlockingNotifier.
Depends on D229329
Updated•3 months ago
|
Assignee: nobody → tihuang
Attachment #9438287 -
Attachment description: WIP: Bug 1918340 - Notify the STATE_COOKIES_PARTITIONED_TRACKER content blocking event for partitioned tracker cookies. ?#anti-tracking! → Bug 1918340 - Notify the STATE_COOKIES_PARTITIONED_TRACKER content blocking event for partitioned tracker cookies. r?#anti-tracking!
Status: NEW → ASSIGNED
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/257920a1075d
Notify the STATE_COOKIES_PARTITIONED_TRACKER content blocking event for partitioned tracker cookies. r=anti-tracking-reviewers,cookie-reviewers,bvandersloot,edgul
Comment 3•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•