Skip to content

Commit 64dc878

Browse files
committed
Add new GlossaryTooltip occurrence
1 parent eb2c337 commit 64dc878

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/content/docs/bots/additional-configurations/custom-rules.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
Settings versus creating WAF custom rules for bot management.
99
---
1010

11-
import { Render } from "~/components";
11+
import { GlossaryTooltip, Render } from "~/components";
1212

1313
Bot protection on Cloudflare works through two complementary mechanisms: built-in settings configured through toggles in **Security Settings**, and [WAF custom rules](/waf/custom-rules/) that you write using [bot management fields](/bots/reference/bot-management-variables/). Understanding when to use each approach helps you avoid creating duplicate rules and simplifies your security configuration.
1414

@@ -36,7 +36,7 @@ Custom rules are valuable when you need capabilities that built-in settings do n
3636

3737
Since Bot settings apply to all traffic across your domain, you may need an alternative approach to bot handling for different paths using custom rules — for example, stricter protection on `/login/` than on `/public/`.
3838

39-
#### Example
39+
#### Example
4040

4141
Block likely automated traffic only on your login endpoint:
4242

@@ -62,7 +62,7 @@ Challenge likely automated traffic only from specific ASNs:
6262

6363
### Custom actions
6464

65-
Bot settings offer **Block**, **Managed Challenge**, and **Allow** as actions.
65+
Bot settings offer **Block**, **Managed Challenge**, and **Allow** as actions.
6666

6767
If you need other actions, such as **Log** (for testing rules before enforcement), **Interactive Challenge**, or **Skip** (to bypass other rules), you need custom rules.
6868

@@ -76,6 +76,6 @@ To send bot scores, verified bot status, or JA3/JA4 fingerprints to your origin
7676

7777
## Execution order
7878

79-
Custom rules execute before Super Bot Fight Mode managed rules. If a custom rule takes a terminating action (such as **Block** or **Managed Challenge**), the request does not reach bot settings.
79+
Custom rules execute before Super Bot Fight Mode managed rules. If a custom rule takes a <GlossaryTooltip term="terminating action">terminating action</GlossaryTooltip> (such as **Block** or **Managed Challenge**), the request does not reach bot settings.
8080

81-
Refer to [Security features interoperability](/waf/feature-interoperability/) for more information.
81+
Refer to [Security features interoperability](/waf/feature-interoperability/) for more information.

0 commit comments

Comments
 (0)