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

Add ability to set samesite=none in out of proc http cookies #5757

Merged
merged 2 commits into from
Mar 11, 2020

Conversation

mhoeger
Copy link
Contributor

@mhoeger mhoeger commented Mar 7, 2020

Addresses #4890

Adds ability for out-of-proc workers to explicitly set "SameSite=None" (details here)

Because we already named our default "None" (which actually means "unspecified"), the new property is called "ExplicitNone"

Node.js worker PR here: Azure/azure-functions-nodejs-worker#286

@mhoeger mhoeger merged commit 7131fb4 into Azure:dev Mar 11, 2020
yojagad pushed a commit that referenced this pull request Apr 20, 2020
* add ability to set samesite=none in out of proc http cookies

* update test
yojagad pushed a commit that referenced this pull request Apr 21, 2020
* add ability to set samesite=none in out of proc http cookies

* update test
fabiocav pushed a commit that referenced this pull request Apr 22, 2020
* add ability to set samesite=none in out of proc http cookies

* update test
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.

2 participants