Intermittent data persistence in Private Session despite deleting session
Categories
(Firefox :: Private Browsing, defect, P3)
Tracking
()
| 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: macOS 11.7, Ubuntu 22.04.
Steps to reproduce
- Open a new private window.
- Close the regular window.
- In the private window - navigate to about:preferences#privacy and "Clear Data"
- Navigate to multiple websites.
- Delete the private session data by clicking on the "End Private Session" button.
- Navigate to about:preferences#privacy and check the "Cookies and Site" section.
Expected result
- There should be no data stored after the private session is deleted.
Actual result
- Data is still stored after the private session data is deleted. Please see the screen recording for more details.
Regression range
- Not a regression.
Additional notes
- This issue is intermittent and is not consistently reproducible.
| Reporter | ||
Updated•2 years ago
|
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
|
||
Same as the other bug:
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.
If you see data from sites only visited in PBM show up in the about:preferences#privacy "manage data" table, that would be concerning, still unrelated to this feature though.
Description
•