fix: handle multiple user agents

This commit is contained in:
Jason Cameron
2025-07-26 20:27:00 -04:00
parent a735770c93
commit 291ed2a084
5 changed files with 269 additions and 140 deletions

View File

@@ -1,12 +1,12 @@
- action: CHALLENGE
expression: path.matches("^/search.*")
name: robots-txt-policy-disallow-1
- action: CHALLENGE
expression: path.matches("^/.*/private")
name: robots-txt-policy-disallow-1
- action: CHALLENGE
expression: path.matches("^/admin/.*.action=delete")
name: robots-txt-policy-disallow-2
- action: CHALLENGE
expression: path.matches("^/file.\\.txt")
name: robots-txt-policy-disallow-3
- action: CHALLENGE
expression: path.matches("^/admin/.*.action=delete")
expression: path.matches("^/search.*")
name: robots-txt-policy-disallow-4