Skip to content

Commit

Permalink
fix typo in S&P considerations
Browse files Browse the repository at this point in the history
  • Loading branch information
DCtheTall committed Aug 3, 2022
1 parent 881f875 commit 95f118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ One important privacy consideration is that partitioned cookies must not be subj

Another privacy consideration is that the privacy guarantees of partitioned cookies can be circumvented by browser extensions with host permissions.
Extensions' background contexts can query and store cookies across partitions, meaning they could store a cross-site identifier across partitions.
Unfortuately, this type of attack is unavoidable due to the nature of extensions.
Unfortunately, this type of attack is unavoidable due to the nature of extensions.
Even if we block partitioned cookies (or even all cookies) from extensions' background contexts, an extension could still use content scripts to write cross-site identifiers to the DOM which the site's own script could copy to the site's partitioned cookie jar.

## Alternate Designs for CHIPS
Expand Down

0 comments on commit 95f118a

Please sign in to comment.