Open
Bug 2027450
Opened 1 month ago
Updated 1 month ago
Add origins column to tracking protection database for top-K tracker queries
Categories
(Core :: Privacy: Anti-Tracking, enhancement, P2)
Core
Privacy: Anti-Tracking
Tracking
()
NEW
People
(Reporter: jhan, Assigned: jhan, Mentored)
Details
Attachments
(1 file)
Add origins column to tracking protection database for top-K tracker queries
The events table in protections.sqlite now stores a JSON map of {origin: count} per row, enabling getTopTrackers() to return the most frequently blocked tracker origins in a date range. Schema migrated from v1 to v2 via ALTER TABLE.
The events table in protections.sqlite now stores a JSON map of
{origin: count} per row, enabling getTopTrackers() to return the most
frequently blocked tracker origins in a date range. Schema migrated
from v1 to v2 via ALTER TABLE.
You need to log in
before you can comment on or make changes to this bug.
Description
•