Files
Manuel Bucher d36193d509 Bug 1950058 - Fix network cache cleaning from Clear-Site-Data: "cache" header r=anti-tracking-reviewers,timhuang
For top-level sites the partitionKey in use differs depending on the
component:

* network cache always uses the partitionedPrincipal having a non-empty
  partitionKey even on top-level loads
* cookies and other components use the empty partitionKey for
  top-level-loads.

With this patch each component is cleaned with the correct partitionKey
for the component.

Differential Revision: https://phabricator.services.mozilla.com/D239760
2025-03-24 15:48:57 +00:00
..