Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Support Partitioned cookie attribute #731

Open
kkachniarz220 opened this issue Sep 10, 2024 · 0 comments
Open

[Feat]: Support Partitioned cookie attribute #731

kkachniarz220 opened this issue Sep 10, 2024 · 0 comments
Labels
enhancement New feature or request triage yet to be reviewed

Comments

@kkachniarz220
Copy link

kkachniarz220 commented Sep 10, 2024

Description

Due to changes in third-party cookie policy (https://developers.google.com/privacy-sandbox/cookies), one of possibility is set partitioned cookie attribute (https://developers.google.com/privacy-sandbox/cookies/chips).

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#partitioned.

Proposed solution

interface Cookie {
  ...
  partitioned?: boolean,
}

Additional details

Current workaround:

...
cookie: {
  path: '/; Partitioned',
},
@kkachniarz220 kkachniarz220 added enhancement New feature or request triage yet to be reviewed labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage yet to be reviewed
Projects
None yet
Development

No branches or pull requests

1 participant