| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/waf/custom-rules/ | [Back] [Original] |
Custom rules allow you to control incoming traffic by filtering requests to a zone. They work as customized web application firewall (WAF) rules that you can use to perform actions like Block or Managed Challenge on incoming requests. You can also use the Skip action in a custom rule to skip one or more Cloudflare security features.
In the new security dashboard, custom rules are one of the available types of security rules. Security rules perform security-related actions on incoming requests that match specified filters.
Like other rules evaluated by Cloudflare's Ruleset Engine, custom rules have the following basic parameters:
Custom rules are evaluated in order, and some actions like Block will stop the evaluation of other rules. This means that if an earlier rule blocks a request, later rules will not run for that request. For more details on actions and their behavior, refer to Actions.
To define sets of custom rules that apply to more than one zone, use custom rulesets. At the zone level, all customers can create and deploy custom rulesets. Custom rulesets at the account level require an Enterprise plan.
Note
Currently, the Cloudflare dashboard does not support working with custom rulesets at the zone level. You will need to use the Cloudflare API to configure or deploy these rulesets.
If you are using several app security features like custom rules, Managed Rules, and Super Bot Fight Mode, it is important to understand how these features interact and the order in which they execute. Refer to Security features interoperability for more information.
| Free | Pro | Business | Enterprise | |
|---|---|---|---|---|
| Availability | Yes | Yes | Yes | Yes |
| Number of rules | 5 | 20 | 100 | 1,000 |
| Supported actions | All except Log | All except Log | All except Log | All |
| Regex support | No | No | Yes | Yes |
| Number of custom rulesets (zone) | 1 | 2 | 5 | 10 |
| Account-level custom rulesets | No | No | No | Yes |
The maximum number of custom rules applies to all rules in the http_request_firewall_custom phase, which is where custom rules run. Each scope (zone or account) has a separate maximum number of rules, counted in the following way:
Refer to the following pages for instructions on creating custom rules:
For examples of using custom rules to address common use cases, refer to Common use cases.
| Web Proxy Viewer | New URL | Original Page |