diff options
| author | Michael Jeanson <mjeanson@multivax.ca> | 2025-04-18 13:57:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 17:57:02 +0000 |
| commit | af831f0d7fa6ed23a7818771e7d2a492c9329dc6 (patch) | |
| tree | 7e02493c561a094f14f7d32d13d37a329ef38dd1 /data/botPolicies.json | |
| parent | 095e18d0c839f5a1a21faaaf1a8e188a62ac705c (diff) | |
| download | anubis-af831f0d7fa6ed23a7818771e7d2a492c9329dc6.tar.xz anubis-af831f0d7fa6ed23a7818771e7d2a492c9329dc6.zip | |
Add 'Opera' to 'generic-browser' bot policy rule (#220)
After deploying Anubis bot traffic is drastically reduced but I still
see a lot of requests from User-Agents that claim to be 'Opera' like so:
"Opera/9.90.(Windows NT 6.0; mt-MT) Presto/2.9.173 Version/10.00"
"Opera/8.46.(X11; Linux i686; fo-FO) Presto/2.9.161 Version/11.00"
Add 'Opera' to the generic-browser rule to also challenge them.
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'data/botPolicies.json')
| -rw-r--r-- | data/botPolicies.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/botPolicies.json b/data/botPolicies.json index 0852f50..7d6e4cb 100644 --- a/data/botPolicies.json +++ b/data/botPolicies.json @@ -675,7 +675,7 @@ }, { "name": "generic-browser", - "user_agent_regex": "Mozilla", + "user_agent_regex": "Mozilla|Opera", "action": "CHALLENGE" } ], |
