diff options
| author | Igor Brai <53081752+igorbrai@users.noreply.github.com> | 2025-04-24 17:24:41 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-24 14:24:41 +0000 |
| commit | 54cd99c7504a59ee54cede9f2732f0d3a8a4b458 (patch) | |
| tree | cf22ec4ff4a9b98d08de59dbdce05432b90003ae /data/crawlers/mojeekbot.yaml | |
| parent | 30b0ba805533fedacc397c0b8a857b58046a3029 (diff) | |
| download | anubis-54cd99c7504a59ee54cede9f2732f0d3a8a4b458.tar.xz anubis-54cd99c7504a59ee54cede9f2732f0d3a8a4b458.zip | |
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>
Diffstat (limited to 'data/crawlers/mojeekbot.yaml')
| -rw-r--r-- | data/crawlers/mojeekbot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/crawlers/mojeekbot.yaml b/data/crawlers/mojeekbot.yaml index fcd20f5..4066120 100644 --- a/data/crawlers/mojeekbot.yaml +++ b/data/crawlers/mojeekbot.yaml @@ -1,5 +1,5 @@ - name: mojeekbot - user_agent_regex: http\://www\.mojeek\.com/bot\.html + user_agent_regex: \+https\://www\.mojeek\.com/bot\.html action: ALLOW # https://www.mojeek.com/bot.html remote_addresses: [ "5.102.173.71/32" ]
\ No newline at end of file |
