Closed
Bug 1818536
Opened 3 years ago
Closed 3 years ago
Clearing data in PBM should not clear regular data
Categories
(Core :: Privacy: Anti-Tracking, defect)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: jhirsch, Assigned: jhirsch)
References
Details
(Whiteboard: [fidefe-cookie-banner-v1])
Attachments
(1 file)
Split out from comment 3 in bug 1818267.
Right now we cannot clear site data while in private browsing mode. If the user tries to disable CBH in a private window, we call the SiteDataManager to clear data, which doesn't clear private browsing data, but instead clears the user's regular browsing mode data. This seems likely to surprise and confuse users, especially as we clear data from the base domain (eTLD + 1).
The right fix here is to only attempt to clear data if we're in a regular browsing window.
| Assignee | ||
Updated•3 years ago
|
Whiteboard: [fidefe-cookie-banner-v1]
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → jhirsch
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by jhirsch@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1c4ffe291d1d
Do not clear regular site data when disabling cookie banner handling in private mode. r=pbz
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Updated•3 years ago
|
QA Whiteboard: [qa-112b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•