Skip to content

Commit

Permalink
Update omit-unpartitioned-cookies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv authored Mar 15, 2024
1 parent 88b6a9c commit f3e5fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omit-unpartitioned-cookies.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The current [Storage Access API](https://github.com/privacycg/storage-access) re

# Proposed Solution

We propose an extension of the [Storage Access API non-cookie extension](https://privacycg.github.io/saa-non-cookie-storage/) to provide a `cookies` argument which defines whether unpartitioned cookies will or won’t be included in future fetch requests. The API shape isn’t final, but for the sake of explanation and example it is treated as well defined below.
We propose an extension of the [Storage Access API non-cookie extension](https://github.com/privacycg/saa-non-cookie-storage/blob/main/README.md) to provide a `cookies` argument which defines whether unpartitioned cookies will or won’t be included in future fetch requests. The API shape isn’t final, but for the sake of explanation and example it is treated as well defined below.

```javascript
// The following code would be run in a cross-site iframe for example.com.
Expand Down

0 comments on commit f3e5fbe

Please sign in to comment.