mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
16 lines
309 B
JSON
16 lines
309 B
JSON
[
|
|
{
|
|
"name": "robots-txt-policy-disallow-1",
|
|
"action": "CHALLENGE",
|
|
"expression": {
|
|
"single": "path.startsWith(\"/admin/\")"
|
|
}
|
|
},
|
|
{
|
|
"name": "robots-txt-policy-disallow-2",
|
|
"action": "CHALLENGE",
|
|
"expression": {
|
|
"single": "path.startsWith(\"/private\")"
|
|
}
|
|
}
|
|
] |