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

Cookies: Default to SameSite=None for JSF 4.0 #11774

Closed
melloware opened this issue Apr 18, 2024 · 0 comments · Fixed by #11775
Closed

Cookies: Default to SameSite=None for JSF 4.0 #11774

melloware opened this issue Apr 18, 2024 · 0 comments · Fixed by #11775
Assignees
Labels
enhancement Additional functionality to current component
Milestone

Comments

@melloware
Copy link
Member

This warning in Firefox:

Cookie “pf.initialredirect-7ec98” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. 
This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. 
To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Additional functionality to current component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant