mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-09 20:55:41 -04:00
chore(docs/manifest): explicitly allow blog RSS feed
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
0c6a820372
commit
823d1be5d1
@ -51,6 +51,13 @@ bots:
|
|||||||
# report_as: 4 # lie to the operator
|
# report_as: 4 # lie to the operator
|
||||||
# algorithm: slow # intentionally waste CPU cycles and time
|
# 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
|
# Generic catchall rule
|
||||||
- name: generic-browser
|
- name: generic-browser
|
||||||
user_agent_regex: >-
|
user_agent_regex: >-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user