-
Notifications
You must be signed in to change notification settings - Fork 987
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
Set samesite=lax on session cookies #3221
Labels
Comments
This may be blocked on Pylons/pyramid#2733 |
Thanks, @alex. Yeah, after Pyramid supports this, Warehouse should add it. |
I think we're blocked on a WebOb release, not pyramid support. |
I think this is unblocked now that #3554 has been merged. |
alex
added a commit
that referenced
this issue
Apr 5, 2018
di
added a commit
to di/warehouse
that referenced
this issue
Apr 10, 2018
Temporarily reopened due to #3598. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a strong defense-in-depth mechanism for protecting against CSRF. It's currently only respected by Chrome, but Firefox will add it as well.
The text was updated successfully, but these errors were encountered: