Skip to content

Commit 5a999db

Browse files
authored
Managed Challenge action is available in Rate Limiting rules (#3109)
1 parent e7489f5 commit 5a999db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

products/waf/src/content/custom-rules/rate-limiting/parameters.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The available Rate Limiting rule parameters are the following:
2222
- `action` <Type>String</Type>
2323
- Field name in the dashboard: **Choose action**.
2424
- Action to perform when the request rate specified in the rule is reached.
25-
- Use one of the following values: `block`, `challenge`, `js_challenge`, or `log`.
25+
- Use one of the following values: `block`, `challenge`, `js_challenge`, `managed_challenge`, or `log`.
2626

2727
- `characteristics` <Type>Array&lt;String&gt;</Type>
2828
- Field name in the dashboard: **With the same**.
@@ -63,14 +63,14 @@ The available Rate Limiting rule parameters are the following:
6363
- Field name in the dashboard: **Duration**.
6464
- Once the request rate is reached, the Rate Limiting rule blocks further requests for the period of time defined in this field (in seconds).
6565
- Use one of the following values: `30`, `60` (one minute), `600` (ten minutes), `3600` (one hour), or `86400` (one day).
66-
- The value must be `0` when action is `challenge` or `js_challenge`.
66+
- The value must be `0` when action is `challenge`, `js_challenge`, or `managed_challenge`.
6767

6868
- `mitigation_expression` <Type>String</Type> <PropMeta>optional</PropMeta>
6969
- Field name in the dashboard: N/A (currently only available via API).
7070
- Scope of the mitigation action.
7171
- Allows you to specify an action scope different from the rule scope. For example, you can count login attempts at the `/login` URI path using the `expression` field and then perform rate limiting on the entire site using the `mitigation_expression` field.
7272
- The default value is `""` (empty string). When set to the default value, Cloudflare uses the value of the `expression` field as the mitigation expression.
73-
- The value must be the same as the `expression` value or `""` when action is `challenge` or `js_challenge`.
73+
- The value must be the same as the `expression` value or `""` when action is `challenge`, `js_challenge`, or `managed_challenge`.
7474

7575
</Definitions>
7676

0 commit comments

Comments
 (0)