diff --git a/roles/anubis/templates/policies.yaml.j2 b/roles/anubis/templates/policies.yaml.j2 index ead1e81d7e..378becb003 100644 --- a/roles/anubis/templates/policies.yaml.j2 +++ b/roles/anubis/templates/policies.yaml.j2 @@ -24,6 +24,9 @@ bots: - name: allow iot compose path_regex: ^/compose/iot action: ALLOW + - name: allow src extras + path_regex: ^/extras/ + action: ALLOW - name: allow packit user_agent_regex: packit.dev/packit action: ALLOW