Compare commits

..

4 Commits

Author SHA1 Message Date
Xe Iaso
a9a6d9dbbb fix(blog/abuse-reports): minor spelling and grammar fixups
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-10-31 12:55:58 -04:00
Xe Iaso
9f702c146b Update metadata
check-spelling run (push) for Xe/blog/abuse-reports

Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com>
on-behalf-of: @check-spelling <check-spelling-bot@check-spelling.dev>
2025-10-31 12:46:51 -04:00
Xe Iaso
7d7b1d2e1a fix(blog/abuse-reports): fix some wording to read a bit more professionally
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-10-31 12:20:21 -04:00
Xe Iaso
f2fd91fb0d feat(blog): add blogpost on how to file abuse reports
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-10-31 12:10:34 -04:00
3 changed files with 0 additions and 21 deletions

View File

@@ -134,16 +134,6 @@ bots:
weight:
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
expression: '!("Accept" in headers)'
action: WEIGH

View File

@@ -118,16 +118,6 @@
weight:
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
expression: '!("Accept" in headers)'
action: WEIGH

View File

@@ -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.
- 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