mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-12 03:28:45 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f7942faca | ||
|
|
869e46a4cc |
@@ -335,6 +335,14 @@
|
|||||||
"193.183.0.174/32"
|
"193.183.0.174/32"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"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",
|
"name": "us-artificial-intelligence-scraper",
|
||||||
"user_agent_regex": "\\+https\\:\\/\\/github\\.com\\/US-Artificial-Intelligence\\/scraper",
|
"user_agent_regex": "\\+https\\:\\/\\/github\\.com\\/US-Artificial-Intelligence\\/scraper",
|
||||||
@@ -355,11 +363,6 @@
|
|||||||
"path_regex": "^/robots.txt$",
|
"path_regex": "^/robots.txt$",
|
||||||
"action": "ALLOW"
|
"action": "ALLOW"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "rss-readers",
|
|
||||||
"path_regex": ".*\\.(rss|xml|atom|json)$",
|
|
||||||
"action": "ALLOW"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "lightpanda",
|
"name": "lightpanda",
|
||||||
"user_agent_regex": "^Lightpanda/.*$",
|
"user_agent_regex": "^Lightpanda/.*$",
|
||||||
@@ -392,4 +395,4 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dnsbl": true
|
"dnsbl": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## v1.14.2
|
||||||
|
|
||||||
|
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
|
## v1.14.1
|
||||||
|
|
||||||
Livia sas Junius: Echo 1
|
Livia sas Junius: Echo 1
|
||||||
|
|||||||
Reference in New Issue
Block a user