Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-CSRFProtect CPAN distribution.

Report information
The Basics
Id: 73275
Status: resolved
Priority: 0/
Queue: Mojolicious-Plugin-CSRFProtect

People
Owner: Nobody in particular
Requestors: ndedik [...] sup.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: CSRFProtect & HEAD requests
This condition is not quite correct: if ( ( $is_ajax || $c->req->method ne 'GET' ) && !$self- Show quoted text
>_is_valid_csrftoken($c) ) {
For, say, HEAD requests a CSRFProtect's error message appears in log, but it shouldn't. Thanks )
Thank you. Fixed.