mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Update default value for MODSECURITY_CRS_VERSION to "4"
This commit is contained in:
parent
e802d26bb1
commit
ed0ee629f8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"MODSECURITY_CRS_VERSION": {
|
||||
"context": "multisite",
|
||||
"default": "3",
|
||||
"default": "4",
|
||||
"help": "Version of the OWASP Core Rule Set to use with ModSecurity (3, 4 or nightly).",
|
||||
"id": "modsecurity-crs-version",
|
||||
"label": "Core Rule Set Version",
|
||||
|
|
|
|||
Loading…
Reference in a new issue