diff options
Diffstat (limited to 'data/common/keep-internet-working.yaml')
| -rw-r--r-- | data/common/keep-internet-working.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/common/keep-internet-working.yaml b/data/common/keep-internet-working.yaml new file mode 100644 index 0000000..8270ef4 --- /dev/null +++ b/data/common/keep-internet-working.yaml @@ -0,0 +1,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
\ No newline at end of file |
