Skip to content

Commit 3de7a6f

Browse files
4.2.5 (#51)
* FEATURES updated * Postman collection cleanup * Sample certificates added * Bugfixes, Postman collection updated * Bugfixes, Postman collection updated
1 parent 852df90 commit 3de7a6f

File tree

4 files changed

+66
-27
lines changed

4 files changed

+66
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"policy": {
3+
"name": "prod-policy",
4+
"template": {
5+
"name": "POLICY_TEMPLATE_NGINX_BASE"
6+
},
7+
"applicationLanguage": "utf-8",
8+
"enforcementMode": "blocking",
9+
"signature-sets": [
10+
{
11+
"name": "All Signatures",
12+
"block": true,
13+
"alarm": true
14+
}
15+
],
16+
"signatures": [
17+
{
18+
"signatureId": 200001834,
19+
"enabled": false
20+
}
21+
],
22+
"bot-defense": {
23+
"settings": {
24+
"isEnabled": false
25+
}
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)