Closed Bug 1485843 Opened 6 years ago Closed 6 years ago

Issue a web console warning when we block third-party cookies due to Content Blocking

Categories

(Core :: DOM: Core & HTML, enhancement, P2)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1487600

People

(Reporter: ehsan.akhgari, Assigned: baku)

References

(Blocks 1 open bug)

Details

When the cookieBehavior pref is set to 2 or 4, we need to issue a web console warning when we block something (cookies or storage) similar to the existing way we warn about TP. We may want to warn once per cookie blocking, and once per document per storage access.
The easiest way to do this may be by handling the third-party-cookie-rejected and private-third-party-cookie-rejected observer notifications in cases where the cookieBehavior pref is 4 and browser.contentblocking.enabled is set to true.
Priority: -- → P2
A broader version of this was done in bug 1487600.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.