Fix keep challenge

This commit is contained in:
Pascal Engélibert 2025-04-06 18:05:47 +02:00
commit af9e46c714
2 changed files with 14 additions and 8 deletions

View file

@ -36,6 +36,6 @@ policy-groups:
- name: robots.txt
first-line: "^GET /robots.txt "
action: allow
- name: Favicon
first-line: "^GET /favicon.ico "
action: allow
- name: Test
first-line: "^GET /test/[a-z]+/"
action: challenge