mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-09 04:39:11 -04:00
Fix: mojeekbot regex (#351)
* update mojeekbot UA regex * add fix into changelog * hack: empty commit to unbreak CI Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
30b0ba8055
commit
54cd99c750
@ -1,5 +1,5 @@
|
|||||||
- name: mojeekbot
|
- name: mojeekbot
|
||||||
user_agent_regex: http\://www\.mojeek\.com/bot\.html
|
user_agent_regex: \+https\://www\.mojeek\.com/bot\.html
|
||||||
action: ALLOW
|
action: ALLOW
|
||||||
# https://www.mojeek.com/bot.html
|
# https://www.mojeek.com/bot.html
|
||||||
remote_addresses: [ "5.102.173.71/32" ]
|
remote_addresses: [ "5.102.173.71/32" ]
|
@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Disable `generic-bot-catchall` rule because of its high false positive rate in real-world scenarios
|
- Disable `generic-bot-catchall` rule because of its high false positive rate in real-world scenarios
|
||||||
- Moved all CSS inline to the Xess package, changed colors to be CSS variables
|
- Moved all CSS inline to the Xess package, changed colors to be CSS variables
|
||||||
- Set or append to `X-Forwarded-For` header unless the remote connects over a loopback address [#328](https://github.com/TecharoHQ/anubis/issues/328)
|
- Set or append to `X-Forwarded-For` header unless the remote connects over a loopback address [#328](https://github.com/TecharoHQ/anubis/issues/328)
|
||||||
|
- Fixed mojeekbot user agent regex
|
||||||
|
|
||||||
## v1.16.0
|
## v1.16.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user