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

Use SameSite=strict for orangelight cookie #3932

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

sandbergja
Copy link
Member

@sandbergja sandbergja commented Jan 10, 2024

This reduces the number of scenarios in which the cookie will be sent, providing better CSRF protection and reducing the size of the Cookies header in some cases.

Part of pulibrary/dacs_handbook#154

@sandbergja sandbergja marked this pull request as ready for review January 11, 2024 16:43
@sandbergja sandbergja marked this pull request as draft January 11, 2024 16:51
@coveralls
Copy link

coveralls commented Jan 11, 2024

Coverage Status

coverage: 95.545% (+0.02%) from 95.528%
when pulling a3ea804 on same_site_cookie
into 010bc19 on main.

This reduces the number of scenarios in which the cookie will
be sent, providing better CSRF protection and reducing the
size of the Cookies header in some cases.
@sandbergja sandbergja marked this pull request as ready for review January 11, 2024 17:16
Copy link
Member

@christinach christinach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @sandbergja 🍄

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.

None yet

3 participants