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