Add CSRF protection to "/logout" #33030
Labels
area:webserver
Webserver related Issues
good first issue
kind:meta
High-level information important to the community
priority:low
Bug with a simple workaround that would not block a release
Body
The
/logout
endpoint has no CSRF protection. This is not a security issue, because the user is logged out when the CSRF protection is in-place, but it is a potential issue as the user might get logged out by a 3rd-party tab opened (potentially),Would be great to take a look and fix it.
Committer
The text was updated successfully, but these errors were encountered: