Open
Bug 1950318
Opened 1 day ago
Clear-Site-Data: "cache": Only clear non-mAnonymous cache entries.
Categories
(Toolkit :: Data Sanitization, task, P3)
Toolkit
Data Sanitization
Tracking
()
NEW
People
(Reporter: manuel, Unassigned)
References
(Blocks 1 open bug)
Details
Currently the ClearOrigin cache code clears both mAnonymous = true
and mAnonymous = false
. However, setting mAnonymous = true
can be set only from priviledged code. Therefore, the clear-site-data doesn't need to clear that.
You need to log in
before you can comment on or make changes to this bug.
Description
•