mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 11:08:48 +00:00
16 lines
458 B
YAML
16 lines
458 B
YAML
- name: robots-txt-policy-disallow-1
|
|
action: CHALLENGE
|
|
expression:
|
|
single: path.matches("^/search.*")
|
|
- name: robots-txt-policy-disallow-2
|
|
action: CHALLENGE
|
|
expression:
|
|
single: path.matches("^/.*/private")
|
|
- name: robots-txt-policy-disallow-3
|
|
action: CHALLENGE
|
|
expression:
|
|
single: path.matches("^/file.\\.txt")
|
|
- name: robots-txt-policy-disallow-4
|
|
action: CHALLENGE
|
|
expression:
|
|
single: path.matches("^/admin/.*.action=delete") |