- First commit to issue fork.
- 🇸🇮Slovenia paranojik
Posted a PR that should fix the case where CsrfExceptionSubscriber would handle the redirect.
Now with the user logout route CSRF protected introduced in version 10.3.0 the route /user/logout is redirecting to 404 rather than redirect to /user/logout/confirm.
Use any code that has a logout path hard coded and uses the m4032404 module and it will redirect to 404 page rather than to the confirmation page.
<a href="/user/logout">{{ 'Log out'|t }}</a>
Bypass the specific route /user/logout/ using this fork: m4032404-3358555
NA
NA
NA
NA
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Posted a PR that should fix the case where CsrfExceptionSubscriber would handle the redirect.