diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-22 08:11:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 08:11:45 -0400 |
| commit | 3f1ce2d7ac4e3d5e438ac0d83cd6bf29f3904ff5 (patch) | |
| tree | 8cc10660141d0e6c77cdf5455e36961a09bea85d /data/botPolicies.json | |
| parent | 84b28760b3b54c7d26ad40a1e7343d6de242ad9b (diff) | |
| download | anubis-3f1ce2d7ac4e3d5e438ac0d83cd6bf29f3904ff5.tar.xz anubis-3f1ce2d7ac4e3d5e438ac0d83cd6bf29f3904ff5.zip | |
data: disable generic-bot-catchall by default (#322)
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'data/botPolicies.json')
| -rw-r--r-- | data/botPolicies.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/botPolicies.json b/data/botPolicies.json index 1993d22..72d38dc 100644 --- a/data/botPolicies.json +++ b/data/botPolicies.json @@ -671,16 +671,6 @@ "action": "DENY" }, { - "name": "generic-bot-catchall", - "user_agent_regex": "(?i:bot|crawler)", - "action": "CHALLENGE", - "challenge": { - "difficulty": 16, - "report_as": 4, - "algorithm": "slow" - } - }, - { "name": "generic-browser", "user_agent_regex": "Mozilla|Opera", "action": "CHALLENGE" |
