Closed
Bug 1797989
Opened 3 years ago
Closed 1 month ago
Consider supporting URL patterns for rule keying
Categories
(Core :: Privacy: Anti-Tracking, task, P3)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: emz, Unassigned)
References
Details
We currently only key rules by base domain. This has great performance but comes with limitations, e.g. doesn't allow for rules for specific subdomains.
Supporting URL patterns would give us much more flexibility in how rules are keyed.
Looking up patterns is rather slow. Especially for the cookie injector fast rule lookup is criticial since it will block HTTP connections. However the clicking feature powered by the CookieBanner JS window actors can run async after DOMContentLoaded and we could tolerate slower lookup.
| Reporter | ||
Comment 1•1 month ago
|
||
We are no longer pursuing CBH.
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•