Skip to content

Commit 2f5e62a

Browse files
update rule example
1 parent c36b2c1 commit 2f5e62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/bots/additional-configurations/detection-ids/scraping-detections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To access scraping detections:
4444

4545
```js title="Rule example"
4646

47-
(any(cf.bot_management.detection_ids[*] eq 50331649))
47+
(any(cf.bot_management.detection_ids[*] eq 50331649) and not cf.bot_management.verified_bot)
4848
```
4949

5050
:::tip[Best practice]

0 commit comments

Comments
 (0)