-
Notifications
You must be signed in to change notification settings - Fork 75
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
CSRF token in url-encoded body is url-decoded twice #1260
Comments
IIRC we have seen that CSRF tokens sometimes end up URL-encoded in the |
As you say, risk-free for valid tokens 🙂 Handling for invalid tokens added at #1265 |
I'm going to go ahead and close this issue now that #1265 is approved. Feel free to reopen if there's more to discuss! |
It looks like valid tokens do not need URL-decoding at all, so I'd say there's still an option to simplify the code by removing a round of decoding. |
Introduced in 36b97ff
The text was updated successfully, but these errors were encountered: