diff --git a/cmd/anubis/botPolicies.json b/cmd/anubis/botPolicies.json index aad2e9ee..3976f202 100644 --- a/cmd/anubis/botPolicies.json +++ b/cmd/anubis/botPolicies.json @@ -390,9 +390,9 @@ }, { "name": "generic-browser", - "user_agent_regex": "Mozilla", + "user_agent_regex": "(?i:gecko|applewebkit)", "action": "CHALLENGE" } ], "dnsbl": true -} +} \ No newline at end of file diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 95b82e5b..53c1e3ae 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Fixed and clarified installation instructions +- Changed default challenge logic for "Gecko" or "AppleWebkit" in the User-Agent string + instead of "Mozilla" [#78](https://github.com/TecharoHQ/anubis/pull/78) ## v1.14.2