Skip to content

Commit cfc99e1

Browse files
Update src/content/docs/bots/get-started/bot-management.mdx
1 parent 473df36 commit cfc99e1

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
@@ -69,6 +69,6 @@ Cloudflare has [default templates](https://dash.cloudflare.com/?to=/:account/:zo
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

72-
* Optionally a [JSD Template](https://dash.cloudflare.com/?to=/:account/:zone/security/security-rules/custom-rules/create?template=JavaScript%20Verified%20URLs). If you toggled JSD above, then managed challenge. Make sure to add a method and URI path. JSD improves security for URLs that should only expect JavaScript enabled clients.
72+
- (Optional) [JavaScript detections template](https://dash.cloudflare.com/?to=/:account/:zone/security/security-rules/custom-rules/create?template=JavaScript%20Verified%20URLs): If you enabled JavaScript detections, then set up a [managed challenge](/fundamentals/security/cloudflare-challenges/#managed-challenge-recommended), make sure to add a method and URI path. JavaScript detections improves security for URLs that should only expect JavaScript-enabled clients.
7373

7474
`(not cf.bot_management.js_detection.passed and http.request.method eq "" and http.request.uri.path in {""})`

0 commit comments

Comments
 (0)