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

Improve CSRF protection Content-Type check #1997

Merged
merged 1 commit into from Jul 24, 2021

Conversation

djmattyg007
Copy link
Contributor

Previously the check would reject requests with a Content-Type header
that looked like the following:

Content-Type: application/json; charset=utf-8

Now we handle this situation correctly.

Previously the check would reject requests with a Content-Type header
that looked like the following:

Content-Type: application/json; charset=utf-8

Now we handle this situation correctly.
@kingosticks kingosticks added A-http Area: HTTP frontend C-bug Category: This is a bug needs changelog entry labels Jul 24, 2021
@kingosticks kingosticks added this to the Next bug fix release milestone Jul 24, 2021
@jodal jodal merged commit b75f92e into develop Jul 24, 2021
@jodal jodal deleted the fix/improve_contenttype_check branch July 24, 2021 10:42
@jodal jodal modified the milestones: Next bug fix release, v3.3.0 Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-http Area: HTTP frontend C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants