gitea-rss-feeds.yaml 294 B

1234567
  1. # By Aibrew: https://github.com/TecharoHQ/anubis/discussions/261#discussioncomment-12821065
  2. - name: gitea-feed-atom
  3. action: ALLOW
  4. path_regex: ^/[.A-Za-z0-9_-]{1,256}?[./A-Za-z0-9_-]*\.atom$
  5. - name: gitea-feed-rss
  6. action: ALLOW
  7. path_regex: ^/[.A-Za-z0-9_-]{1,256}?[./A-Za-z0-9_-]*\.rss$