mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-29 11:32:42 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9a6d9dbbb | |||
| 9f702c146b | |||
| 7d7b1d2e1a | |||
| f2fd91fb0d |
@@ -134,16 +134,6 @@ bots:
|
|||||||
weight:
|
weight:
|
||||||
adjust: -5
|
adjust: -5
|
||||||
|
|
||||||
# Chrome should send versions of form 130.0.0.0 in its user agent string.
|
|
||||||
- name: chrome-version-simplified
|
|
||||||
expression:
|
|
||||||
all:
|
|
||||||
- userAgent.contains("Chrome")
|
|
||||||
- userAgent.matches("Chrome/1[3-9][0-9]\\.0\\.0\\.0")
|
|
||||||
action: WEIGH
|
|
||||||
weight:
|
|
||||||
adjust: -5
|
|
||||||
|
|
||||||
- name: should-have-accept
|
- name: should-have-accept
|
||||||
expression: '!("Accept" in headers)'
|
expression: '!("Accept" in headers)'
|
||||||
action: WEIGH
|
action: WEIGH
|
||||||
|
|||||||
@@ -118,16 +118,6 @@
|
|||||||
weight:
|
weight:
|
||||||
adjust: -5
|
adjust: -5
|
||||||
|
|
||||||
# Chrome should send versions of form 130.0.0.0 in its user agent string.
|
|
||||||
- name: chrome-version-simplified
|
|
||||||
expression:
|
|
||||||
all:
|
|
||||||
- userAgent.contains("Chrome")
|
|
||||||
- userAgent.matches("Chrome/1[3-9][0-9]\\.0\\.0\\.0")
|
|
||||||
action: WEIGH
|
|
||||||
weight:
|
|
||||||
adjust: -5
|
|
||||||
|
|
||||||
- name: should-have-accept
|
- name: should-have-accept
|
||||||
expression: '!("Accept" in headers)'
|
expression: '!("Accept" in headers)'
|
||||||
action: WEIGH
|
action: WEIGH
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Fix `SERVE_ROBOTS_TXT` setting file after the double slash fix broke it.
|
- Fix `SERVE_ROBOTS_TXT` setting file after the double slash fix broke it.
|
||||||
- Remove the default configuration rule to block Tencent cloud. If users see abuse from Tencent cloud IP ranges, please contact abuse@tencent.com and mention that you are using Anubis to protect your services. Please include source IP address, source port, timestamp, target IP address, target port, request headers (including the User-Agent header), and target endpoints/patterns.
|
- Remove the default configuration rule to block Tencent cloud. If users see abuse from Tencent cloud IP ranges, please contact abuse@tencent.com and mention that you are using Anubis to protect your services. Please include source IP address, source port, timestamp, target IP address, target port, request headers (including the User-Agent header), and target endpoints/patterns.
|
||||||
- Add a deweighing rule that removes 5 weight points if a client uses Google Chrome and the version number in the user agent is "chromey enough".
|
|
||||||
|
|
||||||
## v1.23.0: Lyse Hext
|
## v1.23.0: Lyse Hext
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user