aboutsummaryrefslogtreecommitdiff
path: root/lib/policy/config/testdata/bad/badregexes.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/policy/config/testdata/bad/badregexes.json')
-rw-r--r--lib/policy/config/testdata/bad/badregexes.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/policy/config/testdata/bad/badregexes.json b/lib/policy/config/testdata/bad/badregexes.json
index e85b85b..db371b0 100644
--- a/lib/policy/config/testdata/bad/badregexes.json
+++ b/lib/policy/config/testdata/bad/badregexes.json
@@ -9,6 +9,13 @@
"name": "user-agent-bad",
"user_agent_regex": "a(b",
"action": "DENY"
+ },
+ {
+ "name": "headers-bad",
+ "headers": {
+ "Accept-Encoding": "a(b"
+ },
+ "action": "DENY"
}
]
} \ No newline at end of file