mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
8 lines
218 B
YAML
8 lines
218 B
YAML
- name: my-custom-policy-disallow-1
|
|
action: CHALLENGE
|
|
expression:
|
|
single: path.startsWith("/admin/")
|
|
- name: my-custom-policy-disallow-2
|
|
action: CHALLENGE
|
|
expression:
|
|
single: path.startsWith("/private") |