Kaynağa Gözat

chore(docs/manifest): explicitly allow blog RSS feed

Signed-off-by: Xe Iaso <me@xeiaso.net>
Xe Iaso 6 gün önce
ebeveyn
işleme
823d1be5d1
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      docs/manifest/cfg/anubis/botPolicies.yaml

+ 7 - 0
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: >-