Page | Priority | Description |
---|---|---|
Block | First | It has the highest priority due to the high risk associated with a request. When a block rule is triggered, the request is immediately blocked, and a block page is displayed. |
Block CSRF | First | This page has the same priority as the block page. The only difference is that it’s tailored specifically to Cross-Site Request Forgery (CSRF) attacks. |
Captcha | Second | If the system suspects that the traffic comes from an automated user, it presents a CAPTCHA challenge. If the user passes the challenge, they are allowed to access the domain. Typically, the system does browser validation before presenting users with the captcha page. |
Browser validation | Third | Typically, this page is not visible to users and appears for less than a second. It is used to validate browser JavaScript and cookies support. |
Enable Cookies Enable JavaScript | N/A | These pages appear as part of the browser validation mechanism. If cookies or JavaScript are disabled in a user’s browser, the corresponding page will appear to inform the user how to enable the required functionality. |