Skip to content

Commit d7463ae

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

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
@@ -61,7 +61,7 @@ Enabling [JavaScript Detections](/bots/additional-configurations/javascript-dete
6161

6262
Cloudflare has [default templates](https://dash.cloudflare.com/?to=/:account/:zone/security/security-rules?template=bot_traffic) for definite bots, which we are very confident are automated (bot score 1) and likely bots that have many bot tells (bot score 2-29). In our templates, we recommend to allow verified bots like Google SEO crawler and access to static resources, which should be cached anyway.
6363

64-
* [Definite Bots Template](https://dash.cloudflare.com/?to=/:account/:zone:/security/security-rules/custom-rules/create?template=Definitely%20Bots) - Targets malicious bot traffic while ignoring verified bots and routes delivering static content.
64+
- [Definite Bots template](https://dash.cloudflare.com/?to=/:account/:zone:/security/security-rules/custom-rules/create?template=Definitely%20Bots): Targets malicious bot traffic while ignoring verified bots and routes delivering static content.
6565

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

0 commit comments

Comments
 (0)