From 823d1be5d1a2e3fe8cbd7155cf4f76ed59a651b2 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 16 Jun 2025 11:50:53 -0400 Subject: [PATCH] chore(docs/manifest): explicitly allow blog RSS feed Signed-off-by: Xe Iaso --- docs/manifest/cfg/anubis/botPolicies.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manifest/cfg/anubis/botPolicies.yaml b/docs/manifest/cfg/anubis/botPolicies.yaml index e259dfd..b756e11 100644 --- a/docs/manifest/cfg/anubis/botPolicies.yaml +++ b/docs/manifest/cfg/anubis/botPolicies.yaml @@ -51,6 +51,13 @@ bots: # report_as: 4 # lie to the operator # algorithm: slow # intentionally waste CPU cycles and time + - name: rss-feed-blog + action: ALLOW + expression: + any: + - path.startsWith("/blog/atom.") + - path.startsWith("/blog/rss.) + # Generic catchall rule - name: generic-browser user_agent_regex: >-