We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Browsers are beginning to block 3rd party cookies, using Partitioned is a way to allow per-site 3rd party cookies, for example for logins.
Partitioned
See: https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies
Would be nice to have a cookie_partitioned(bool) similar to how cookie_secure behaves, to set the attribute.
cookie_partitioned(bool)
cookie_secure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Browsers are beginning to block 3rd party cookies, using
Partitioned
is a way to allow per-site 3rd party cookies, for example for logins.See: https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies
Would be nice to have a
cookie_partitioned(bool)
similar to howcookie_secure
behaves, to set the attribute.The text was updated successfully, but these errors were encountered: