Open Bug 1849012 Opened 9 months ago Updated 6 months ago

Update Cookie Banner Handling UI to account for global rules

Categories

(Core :: Privacy: Anti-Tracking, task, P3)

task

Tracking

()

People

(Reporter: pbz, Unassigned)

References

(Blocks 1 open bug)

Details

Enabling global rules means Services.cookieBanners.hasRuleForBrowsingContextTree always returns true. This leads to Firefox always claiming we support all sites.
We need to update our UI to account for global rules. Ideally we would only state that a site is supported if either:

a) There is a site-scpecific cookie rule (only site specific rules have these)
b) There is a site-specific click rule
c) There is a global rule and a cookie banner has been detected. See "cookiebannerdetected" event.

Priority: P2 → P3
You need to log in before you can comment on or make changes to this bug.