Skip to content

Commit 473df36

Browse files
Update src/content/docs/bots/get-started/bot-management.mdx
Co-authored-by: Patricia Santa Ana <[email protected]>
1 parent eed0ed6 commit 473df36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/bots/get-started/bot-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Cloudflare has [default templates](https://dash.cloudflare.com/?to=/:account/:zo
6565

6666
`(cf.bot_management.score eq 1 and not cf.bot_management.verified_bot and not cf.bot_management.static_resource)`
6767

68-
* [Likely Bots Template](https://dash.cloudflare.com/?to=/:account/:zone/security/security-rules/custom-rules/create?template=Likely%20Bots) Targets traffic likely to be malicious bots while ignoring verified bots and routes with static content. May contain a small amount of non-bot traffic.
68+
- [Likely Bots template](https://dash.cloudflare.com/?to=/:account/:zone/security/security-rules/custom-rules/create?template=Likely%20Bots): Targets traffic likely to be malicious bots while ignoring verified bots and routes with static content. It may contain a small amount of non-bot traffic.
6969

7070
`(cf.bot_management.score ge 2 and cf.bot_management.score le 29 and not cf.bot_management.verified_bot and not cf.bot_management.static_resource)`
7171

0 commit comments

Comments
 (0)