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

Always remove XSRF-TOKEN cookie value before sending to Sentry #920

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

stayallive
Copy link
Collaborator

The CSRF protection cookie should probably be filtered away too like the session cookies. Less security sensitive but has no debugging purpose (except for seeing it's there).

What do you think about filtering it by default like we do for session cookies?

(the name XSRF-TOKEN is hardcoded and not configurable by the user)

@cleptric cleptric merged commit f987314 into master Jul 15, 2024
25 checks passed
@cleptric cleptric deleted the filter-xsrf-token-cookie branch July 15, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants