Noun
CSRF (countable and uncountable, plural CSRFs)
(computer security) Initialism of Cross-Site Request Forgery.
An example PHP function used in conjunction with the Cloudflare Worker script in Magento 1.x to determine if a client’s CSRF token is valid. Source: Internet
Form validation, including features like CSRF (cross-site request forgery) protection, isn’t included. Source: Internet
Does using token-based auth make CSRF checks on login unnecessary? Source: Internet
The CSRF protection could be bypassed with an XSS attack on the accounts. Source: Internet
Implementing CSRF mitigation techniques is left as an exercise for the reader. Source: Internet
Subscription removal susceptible to CSRF attacks? Source: Internet