-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[BUG] cookie module SameSite: None #997
Comments
@erbek this is npm's repo; you want https://github.com/jshttp/cookie |
My mistake, sorry
And the issue has been already addressed.
W dniu wt., 10.03.2020 o 17:59 Jordan Harband <notifications@github.com>
napisał(a):
@erbek <https://github.com/erbek> this is npm's repo; you want
https://github.com/jshttp/cookie
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#997?email_source=notifications&email_token=ACERCPI7FRTBNK2DIFMXBOLRGZWVFA5CNFSM4LE74ZXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOMIJWA#issuecomment-597198040>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACERCPLL2VXSPI2Z2ASSUY3RGZWVFANCNFSM4LE74ZXA>
.
--
pozdrawiam
*Rafał Bielecki*
Właściciel
*Centrum Usług Informatycznych*
*Biznes Program Rafał Bielecki*
http://www.biznesprogram.pl
tel: +48 602 302 498
|
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo Closing: This is an automated message. |
What / Why
When
Where
node_modules/cookie/index.js:
Line 173:
case 'none':
str += '; SameSite=None';
break;
The text was updated successfully, but these errors were encountered: