Skip to content

Commit a70da2b

Browse files
Apply suggestions from code review
Co-authored-by: Pedro Sousa <[email protected]>
1 parent 8a88742 commit a70da2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/bots/ai-bots-definition.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The rule to block AI bots takes precedence over all other Super Bot Fight Mode r
1515

1616
For Bot Management customers, if you have set a rule to serve managed challenges to definitely automated bots, AI bots will also be challenged because custom rules run in a phase before Super Bot Fight Mode, which is the phase when the rule to block AI bots runs.
1717

18-
This behavior remains the same if the setting for verified, definitely automated, and likely bots is set to `block` or `allow`. If you have an action to `allow` for these rules, the request is not matched to any rule and proceeds to the next ruleset phase. Similarly, if the action is set to block, they will be blocked in the earlier phase and do not move on to match the AI rule at all. However, when the action is `challenge`, the request matches a rule and therefore will not be matched to any rules after.
18+
This behavior remains the same if the setting for verified, definitely automated, and likely bots is set to `block` or `allow`. If you have an action to `allow` for these rules, the request is not matched to any rule and proceeds to the next ruleset phase. Similarly, if the action is set to `block`, they will be blocked in the earlier phase and do not move on to match the AI rule at all. However, when the action is `challenge`, the request matches a rule and therefore will not be matched to any rules after.
1919

2020
For self-serve non-Bot Management customers, all rules for verified, definitely automated, and likely bots run in the phase following the AI bots rule.
2121

@@ -26,7 +26,7 @@ title: Rule phases
2626
flowchart LR
2727
accTitle: AI bots rule phases diagram
2828
accDescr: This diagram details the phases in which AI bots rules run.
29-
A[Custom rules] --> B[Block AI bots rule] --> C[Allow verified bots rule]
29+
A[Custom rules] --> B[Block AI bots<br>managed rule] --> C[Allow verified bots rule]
3030
```
3131

3232
This feature is available on all Cloudflare plans.

0 commit comments

Comments
 (0)