|
@@ -132,6 +132,8 @@ Rules can also have their own challenge settings. These are customized using the
|
|
<Tabs>
|
|
<Tabs>
|
|
<TabItem value="json" label="JSON" default>
|
|
<TabItem value="json" label="JSON" default>
|
|
|
|
|
|
|
|
+This rule has been known to have a high false positive rate in testing. Please use this with care.
|
|
|
|
+
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"name": "generic-bot-catchall",
|
|
"name": "generic-bot-catchall",
|
|
@@ -148,6 +150,8 @@ Rules can also have their own challenge settings. These are customized using the
|
|
</TabItem>
|
|
</TabItem>
|
|
<TabItem value="yaml" label="YAML">
|
|
<TabItem value="yaml" label="YAML">
|
|
|
|
|
|
|
|
+This rule has been known to have a high false positive rate in testing. Please use this with care.
|
|
|
|
+
|
|
```yaml
|
|
```yaml
|
|
# Punish any bot with "bot" in the user-agent string
|
|
# Punish any bot with "bot" in the user-agent string
|
|
- name: generic-bot-catchall
|
|
- name: generic-bot-catchall
|