mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
anubis: simplify and allow more
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -8,20 +8,11 @@ bots:
|
||||
- name: bodhi and badges rss feeds
|
||||
path_regex: /rss/
|
||||
action: ALLOW
|
||||
- name: allow ostree summary
|
||||
path_regex: ^/ostree/repo/summary
|
||||
- name: allow ostree
|
||||
path_regex: ^/ostree
|
||||
action: ALLOW
|
||||
- name: allow ostree refs
|
||||
path_regex: ^/ostree/repo/refs
|
||||
action: ALLOW
|
||||
- name: allow iot summary
|
||||
path_regex: ^/iot/repo/summary
|
||||
action: ALLOW
|
||||
- name: allow iot refs
|
||||
path_regex: ^/iot/repo/refs
|
||||
action: ALLOW
|
||||
- name: allow flatpak deltas
|
||||
path_regex: ^/ostree/repo/delta-indexes
|
||||
- name: allow iot
|
||||
path_regex: ^/iot
|
||||
action: ALLOW
|
||||
- name: forks
|
||||
path_regex: ^/fork/
|
||||
|
||||
Reference in New Issue
Block a user