Files
anubis-mirror/lib/config/testdata/bad/badregexes.json
2025-11-19 16:00:13 -05:00

21 lines
334 B
JSON

{
"bots": [
{
"name": "path-bad",
"path_regex": "a(b",
"action": "DENY"
},
{
"name": "user-agent-bad",
"user_agent_regex": "a(b",
"action": "DENY"
},
{
"name": "headers-bad",
"headers": {
"Accept-Encoding": "a(b"
},
"action": "DENY"
}
]
}