keep-internet-working.yaml 328 B

12345678910111213
  1. # Common "keeping the internet working" routes
  2. - name: well-known
  3. path_regex: ^/\.well-known/.*$
  4. action: ALLOW
  5. - name: favicon
  6. path_regex: ^/favicon\.(?:ico|png|gif|jpg|jpeg|svg)$
  7. action: ALLOW
  8. - name: robots-txt
  9. path_regex: ^/robots\.txt$
  10. action: ALLOW
  11. - name: sitemap
  12. path_regex: ^/sitemap\.xml$
  13. action: ALLOW