Open
Bug 1858165
Opened 2 years ago
Updated 2 years ago
Cache data is not deleted after ending a private session in permanent browsing mode
Categories
(Firefox :: Private Browsing, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | --- | unaffected |
firefox120 | --- | affected |
People
(Reporter: sbadau, Unassigned)
Details
Found in
- Nightly 120.0a1
Affected versions
- Nightly 120.0a1
Tested platforms
- Affected platforms: Windows 11, mac 11.7 Ubuntu 22.04
Preconditions
- In Settings - set Nightly to Permanent Browsing mode (in the History section - set Nightly to Never Remember History).
Steps to reproduce
- Launch Firefox.
- Go to about:preferences#privacy and Clear all data.
- Browse various websites.
- Click on the "End Private Session" button.
- Confirm in about:preferences#privacy that all data, including cookies and cache, has been deleted.
Expected result
- All the data should be deleted.
Actual result
- Not all data is deleted - certain cache data remains even after session data deletion.
Regression range
- Not a regression.
Comment 1•2 years ago
|
||
:sbadau, if you think that's a regression, could you try to find a regression range using for example mozregression?
Comment 2•2 years ago
|
||
Worth looking into, but most likely not related to the "End Private Session" feature. about:preferences#privacy
doesn't manage private browsing data, it only manages normal browsing data. It's possible that even if only private browsing windows are used we still make background requests for normal browsing (e.g. contacting mozilla services). These would show up in the site data tables. Worth looking into further.
You need to log in
before you can comment on or make changes to this bug.
Description
•