AJAX check for cross-site request forgery (CSRF) requests (7.6.0)
Previously, we supported checking the CSRF attacks that exploit static links in the page, such as <a> and <form> tags. Starting from version 7.6.0, we can also scan the CSRF requests using JavaScript XMLHttpRequests embedded in the page, also known as AJAX requests.
To enable this function, turn on the Ajaxcheck Status in Web Protection > Advanced Protection > CSRF Protection.
Related topics: