aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-21 17:17:39 -0400
committerGitHub <noreply@github.com>2025-03-21 17:17:39 -0400
commitcdbefd4ebf58cb1647f202ec939545265fd4c5ed (patch)
tree23d4af3daaad2e7a25ddaaa77fc016b1a6e940cd
parenteeb8e89d56d501943dba5efdc6012ea75ac9f307 (diff)
parent869e46a4cc80a63d62e73d384b066b305049c935 (diff)
downloadanubis-cdbefd4ebf58cb1647f202ec939545265fd4c5ed.tar.xz
anubis-cdbefd4ebf58cb1647f202ec939545265fd4c5ed.zip
Merge branch 'main' into Xe/rails-bypassXe/rails-bypass
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--cmd/anubis/botPolicies.json10
-rw-r--r--docs/docs/CHANGELOG.md1
2 files changed, 10 insertions, 1 deletions
diff --git a/cmd/anubis/botPolicies.json b/cmd/anubis/botPolicies.json
index 1911f8c..aad2e9e 100644
--- a/cmd/anubis/botPolicies.json
+++ b/cmd/anubis/botPolicies.json
@@ -336,6 +336,14 @@
]
},
{
+ "name": "mojeekbot",
+ "user_agent_regex": "http\\://www\\.mojeek\\.com/bot\\.html",
+ "action": "ALLOW",
+ "remote_addresses": [
+ "5.102.173.71/32"
+ ]
+ },
+ {
"name": "us-artificial-intelligence-scraper",
"user_agent_regex": "\\+https\\:\\/\\/github\\.com\\/US-Artificial-Intelligence\\/scraper",
"action": "DENY"
@@ -387,4 +395,4 @@
}
],
"dnsbl": true
-} \ No newline at end of file
+}
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md
index c7da491..8c59f7d 100644
--- a/docs/docs/CHANGELOG.md
+++ b/docs/docs/CHANGELOG.md
@@ -17,6 +17,7 @@ Livia sas Junius: Echo 2
- Remove default RSS reader rule as it may allow for a targeted attack against rails apps
[#67](https://github.com/TecharoHQ/anubis/pull/67)
+- Whitelist MojeekBot in botPolicies [#47](https://github.com/TecharoHQ/anubis/issues/47)
## v1.14.1