Reference
Rule Configuration Reference
List of configurable options with the Vercel WAFTable of Contents
For each custom rule that you create, you can configure one or more conditions with parameters from the incoming traffic that you compare with specific values using operators.
You also specify an action executed when all the conditions are met.
All operators are case insensitive.
Name | Description | Note |
---|---|---|
Log | Tracks the matching of this rule without blocking traffic. Requests matching this rule are visible in the Firewall overview page. |
|
Challenge | Conditionally blocks traffic with browser challenge. |
|
Deny | Blocks the request and no further rules are evaluated. | |
Bypass | If matched, it bypasses any remaining custom rules. | WAF bypass rules do not bypass system-level mitigations such as DDoS Mitigation. To do so, you can use the Bypass System-level Mitigations feature. |
Redirect | If matched, it redirects the client to the target path set in the to field. |
|
Last updated on July 26, 2024
Was this helpful?