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

Support SameSite cookie attribute. #1217

Draft
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

bigpresh
Copy link
Member

Needs careful testing.

Also, we probably don't want to set the attribute if the user hasn't asked us to; at present the code will set it to 'None' - which, while
that's what a standards-compliant browser will interpret the lack of a SameSite attribute as, it's probably still better to only send it if we were told to, and omit it if not?

Needs careful testing.

Also, we probably don't want to set the attribute if the user hasn't
asked us to; at present the code will set it to 'None' - which, while
that's what a standards-compliant browser will interpret the lack of a
SameSite attribute as, it's probably still better to only send it if we
were told to, and omit it if not?
joshrabinowitz added a commit to joshrabinowitz/Dancer that referenced this pull request Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant