mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
anubis-el: also allow POST on pagure
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -12,6 +12,9 @@ bots:
|
||||
weight:
|
||||
adjust: 20
|
||||
path_regex: ^/fork/
|
||||
- name: allow POSTs
|
||||
expression: method == "POST"
|
||||
action: ALLOW
|
||||
- name: cloudfront
|
||||
user_agent_regex: ".*CloudFront.*"
|
||||
action: ALLOW
|
||||
|
||||
Reference in New Issue
Block a user