Apply suggestions from code review

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-03-22 11:27:16 -04:00 committed by GitHub
parent 44efcea781
commit efe648f2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@
},
{
"name": "generic-browser",
"user_agent_regex": "(?i:gecko|applewebkit)",
"user_agent_regex": "(?i:gecko)",
"action": "CHALLENGE"
}
],

View File

@ -12,7 +12,7 @@ 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
- Changed default challenge logic for "Gecko" in the User-Agent string
instead of "Mozilla" [#78](https://github.com/TecharoHQ/anubis/pull/78)
## v1.14.2