aboutsummaryrefslogtreecommitdiff
path: root/data/common/keep-internet-working.yaml
blob: 8270ef4e3644c9078874344d58e04788188939bf (plain)
1
2
3
4
5
6
7
8
9
10
# Common "keeping the internet working" routes
- name: well-known
  path_regex: ^/.well-known/.*$
  action: ALLOW
- name: favicon
  path_regex: ^/favicon.ico$
  action: ALLOW
- name: robots-txt
  path_regex: ^/robots.txt$
  action: ALLOW