Closed vanderaj closed 4 years ago
Contact.php and others stick the CSRF token in the URL.
Make it a header value or a POST variable. Non-idempotent GET requests do not need CSRF protection.
Contact.php and others stick the CSRF token in the URL.
Make it a header value or a POST variable. Non-idempotent GET requests do not need CSRF protection.