privacycg / nav-tracking-mitigations

Navigation-based Tracking Mitigations
https://privacycg.github.io/nav-tracking-mitigations/
31 stars 14 forks source link

Delete CHIPS cookies #75

Open bvandersloot-mozilla opened 4 weeks ago

bvandersloot-mozilla commented 4 weeks ago

When (deleting cookies)[https://privacycg.github.io/nav-tracking-mitigations/#clear-cookies-for-host], only cookies whose domain key matches are deleted. We should also delete cookies whose partition key is same-site-host with the host to be deleted.

wanderview commented 4 weeks ago

Just to clarify, the "partition key" is the top-level site in the partitioned case, right? So in "A->B" it refers to the A here? If so, think we implement this but the spec was not updated.

bvandersloot-mozilla commented 3 weeks ago

That's correct! I expected that was the case.