Share your custom botPolicy.json ! #261
Replies: 6 comments 13 replies
-
And without ado, here's my Forgejo / Gitea addition: {
"name": "forgejo-feeds",
"path_regex": "^/[.A-Za-z0-9_-]{1,256}?[./A-Za-z0-9_-]*[.](rss|atom)$",
"action": "ALLOW"
}, last edited: 2025-06-09 |
Beta Was this translation helpful? Give feedback.
-
I love this. I'm pinning this and this will directly feed into the docs. Thank you so much for making this thread @Albirew! |
Beta Was this translation helpful? Give feedback.
-
My
So I don't want any crawler/bot to reach my Gitea instance (but I'm a bit too aggressive with
The list of user agents for IA crawlers comes from #249. |
Beta Was this translation helpful? Give feedback.
-
I update "generic-browser" to include
|
Beta Was this translation helpful? Give feedback.
-
I added a new
|
Beta Was this translation helpful? Give feedback.
-
Something like this to allow feed readers to work: {
"name": "feeds",
"user_agent_regex": "feedbin|feedly|inoreader|miniflux|newsblur|rss|thunderbird",
"path_regex": "([./]rss|[./]atom|/feed/?)$",
"action": "ALLOW"
}, It would be nice to have it upstreamed, so that feed-reader won't have to have some brittle logic to bypass anubis, as suggested in miniflux/v2#3382 for example. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's happily share our custom botPolicy.json for each of our cases!
Rules:
Exemple to copy-paste:
Beta Was this translation helpful? Give feedback.
All reactions