1
0
Fork 0
forked from infra/ansible

proxies: allow POST for forge

Some folks were getting posts failing against forge.
See forge/forge#401

So, lets just explicitly allow POSTs through anubis as
this should be fine for normal people and should not be something
that scrapers normally do.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-02-12 16:57:26 -08:00
commit e5d26fea60

View file

@ -15,6 +15,9 @@ bots:
- name: bodhi and badges rss feeds
path_regex: /rss/
action: ALLOW
- name: allow POSTs
expression: method == "POST"
action: ALLOW
- name: allow ostree
path_regex: ^/ostree
action: ALLOW