nuke/cmd/anubis
Xe Iaso 5f7942faca
cmd/anubis: delete example RSS reader rule (#67)
The example/default bot policy document had a rule to allow RSS readers
through based on paths that end with ".rss", ".xml", ".atom", or
".json". Frameworks like Rails will treat these specially, meaning that
going to /things/12345-whateverhaha.json could bypass Anubis.

I checked the history of this rule and it was present in the original
example policy file in Xe/x. This rule is likely a mistake and it has
been removed. I think it was for making my blog still work with RSS
readers.

Thanks to Graham Sutherland for reporting this over email.

Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-03-21 17:20:17 -04:00
..
internal Allow filtering by remote addresses (#52) 2025-03-21 15:39:34 -04:00
js cmd/anubis: configurable difficulty per-bot rule (#53) 2025-03-21 13:48:00 -04:00
static cmd/anubis: configurable difficulty per-bot rule (#53) 2025-03-21 13:48:00 -04:00
.gitignore initial import from /x/ monorepo 2025-03-17 19:33:07 -04:00
botPolicies.json cmd/anubis: delete example RSS reader rule (#67) 2025-03-21 17:20:17 -04:00
CHANGELOG.md initial import from /x/ monorepo 2025-03-17 19:33:07 -04:00
decaymap.go initial import from /x/ monorepo 2025-03-17 19:33:07 -04:00
decaymap_test.go initial import from /x/ monorepo 2025-03-17 19:33:07 -04:00
index.templ cmd/anubis: made with love in Canada 2025-03-21 16:03:33 -04:00
index_templ.go cmd/anubis: made with love in Canada 2025-03-21 16:03:33 -04:00
main.go cmd/anubis: set X-Real-Ip based on X-Forwarded-For (#63) 2025-03-21 16:45:33 -04:00
policy.go cmd/anubis: do not return error from sha256 (#57) 2025-03-21 15:46:43 -04:00
policy_test.go cmd/anubis: configurable difficulty per-bot rule (#53) 2025-03-21 13:48:00 -04:00