Open
Bug 1950318
Opened 10 months ago
Updated 6 months ago
Clear-Site-Data: "cache": Only clear non-mAnonymous cache entries.
Categories
(Toolkit :: Data Sanitization, task, P3)
Toolkit
Data Sanitization
Tracking
()
ASSIGNED
People
(Reporter: manuel, Assigned: manuel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
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.
| Assignee | ||
Comment 1•6 months ago
|
||
This API is mainly used by Clear-Site-Data: "cache"1 header with content
principals. However, mAnonymous request and therefore cache entries can only
stem from priviledged context.
Updated•6 months ago
|
Assignee: nobody → manuel
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•