diff options
Diffstat (limited to 'lib/policy/config/testdata/bad/badregexes.yaml')
| -rw-r--r-- | lib/policy/config/testdata/bad/badregexes.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/policy/config/testdata/bad/badregexes.yaml b/lib/policy/config/testdata/bad/badregexes.yaml new file mode 100644 index 0000000..3880e40 --- /dev/null +++ b/lib/policy/config/testdata/bad/badregexes.yaml @@ -0,0 +1,7 @@ +bots: +- name: path-bad + path_regex: "a(b" + action: DENY +- name: user-agent-bad + user_agent_regex: "a(b" + action: DENY
\ No newline at end of file |
