mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-07 17:28:17 +00:00
Compare commits
2 Commits
fix/nilpoi
...
Xe/hyper-g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efe648f2af | ||
|
|
44efcea781 |
@@ -390,9 +390,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "generic-browser",
|
"name": "generic-browser",
|
||||||
"user_agent_regex": "Mozilla",
|
"user_agent_regex": "(?i:gecko)",
|
||||||
"action": "CHALLENGE"
|
"action": "CHALLENGE"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dnsbl": true
|
"dnsbl": true
|
||||||
}
|
}
|
||||||
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
- Fixed and clarified installation instructions
|
- Fixed and clarified installation instructions
|
||||||
|
- 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
|
## v1.14.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user