Closed
Bug 1681701
Opened 4 years ago
Closed 3 years ago
Ensure that shutdown sanitization for cookies and site data adheres to cookie exceptions
Categories
(Toolkit :: Data Sanitization, task, P3)
Toolkit
Data Sanitization
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: johannh, Assigned: h.sofie.p)
References
Details
Attachments
(1 file)
In Sanitizer.jsm when clearing cookies on shutdown we adhere to cookie exceptions set by the user, but apparently only for lifetimePolicy=session and not for privacy.clearOnShutdown.cookies. We should change that, and ideally there’s a way to have more of the logic go through ClearDataService, too.
Reporter | ||
Updated•4 years ago
|
Component: Networking: Cookies → Data Sanitization
Product: Core → Toolkit
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → hpeuckmann
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9259903 -
Attachment description: WIP: Bug 1681701 - Enable exceptions in shutdown sanitization. r=pbz! → Bug 1681701 - Enable exceptions in sanitization. r=pbz!
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0ebcf4b57240
Enable exceptions in sanitization. r=pbz
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•