[meta] Improve Clear-Site-Data
Categories
(Toolkit :: Data Sanitization, enhancement)
Tracking
()
People
(Reporter: annevk, Unassigned)
References
(Depends on 4 open bugs)
Details
(Keywords: meta)
Bug to track the various things needed to improve Clear-Site-Data.
Updated•3 years ago
|
I tried to use Clear-Site-Data: "cache" in my application to force reloading of SPA resources (since browsers ignore mostly all cache options including etags). But it does not work, it looks like support was removed starting version 94, but Chrome supports it.
What is the reason to do that and how can we expect it back?
Comment 2•4 months ago
|
||
Moving to component, where all the bugs are filed and the work is done.
Comment 3•4 months ago
|
||
(In reply to Maxim from comment #1)
I tried to use Clear-Site-Data: "cache" in my application to force reloading of SPA resources (since browsers ignore mostly all cache options including etags). But it does not work, it looks like support was removed starting version 94, but Chrome supports it.
What is the reason to do that and how can we expect it back?
Reason was https://github.com/privacycg/storage-partitioning/issues/11 (See Bug 1671182). And we do intent to restore Clear-Site-Data: cache
functionality (tracked in Bug 1838506)
Description
•