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

TASK: Append cookie to all same-site requests (samesite: lax) #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 25, 2023

  1. TASK: Append cookie to all same-site requests (samesite: lax)

    This is the default behavior of Flow and modern browsers, but browsers
    complain if it is not explicitly set.
    
    This is the warning in Firefox 102:
    ---
    Cookie “__neos_debug__” 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
    ---
    alexander-nitsche committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6ce7ec6 View commit details
    Browse the repository at this point in the history