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

SameSite Cookie Attribute Support #604

Closed
ghost opened this issue Feb 4, 2020 · 1 comment
Closed

SameSite Cookie Attribute Support #604

ghost opened this issue Feb 4, 2020 · 1 comment
Labels
P2 Plan

Comments

@ghost
Copy link

ghost commented Feb 4, 2020

The SameSite cookie attribute is already supported in a few browsers, and some are switching the default behavior based on it, and some are enforcing a constraint regarding the value. Please see the following links for details and related issues.

Chromium - https://www.chromium.org/updates/same-site
Netty - netty/netty#8161

Current status

  1. Received response cookies with "SameSite" attribute will lose the attribute.
  2. Styx cannot set the "SameSite" attribute for cookies.

Acceptance criteria

Cookies with the "SameSite" attribute will retain it when being processed by Styx.
ResponseCookie API will provide the ability to set the SameSite attribute for cookies.

@bestokes
Copy link

bestokes commented Feb 5, 2020

February, 2020: Enforcement rollout for Chrome 80 Stable: The SameSite-by-default and SameSite=None-requires-Secure behaviors will begin rolling out to Chrome 80 Stable for an initial limited population starting the week of February 17, 2020, excluding the US President’s Day holiday on Monday. We will be closely monitoring and evaluating ecosystem impact from this initial limited phase through gradually increasing rollouts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Plan
Projects
None yet
Development

No branches or pull requests

1 participant