We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36b2c1 commit 2f5e62aCopy full SHA for 2f5e62a
src/content/docs/bots/additional-configurations/detection-ids/scraping-detections.mdx
@@ -44,7 +44,7 @@ To access scraping detections:
44
45
```js title="Rule example"
46
47
-(any(cf.bot_management.detection_ids[*] eq 50331649))
+(any(cf.bot_management.detection_ids[*] eq 50331649) and not cf.bot_management.verified_bot)
48
```
49
50
:::tip[Best practice]
0 commit comments