From dec53be8f01a9d45e7fc8e9b0e9f8955ebc6cf60 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 14 Feb 2026 09:48:29 -0800 Subject: [PATCH] anubis-el: also allow POST on pagure Signed-off-by: Kevin Fenzi --- roles/anubis-el/files/botPolicy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/anubis-el/files/botPolicy.yaml b/roles/anubis-el/files/botPolicy.yaml index d777dc4080..7808e77469 100644 --- a/roles/anubis-el/files/botPolicy.yaml +++ b/roles/anubis-el/files/botPolicy.yaml @@ -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