Modify the wrong function name
This commit is contained in:
parent
19cc5e5b96
commit
d2b1d37ee3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ type Configuration struct {
|
|||
// By default this is disabled
|
||||
EnableModsecurity bool `json:"enable-modsecurity"`
|
||||
|
||||
// EnableModsecurity enables the OWASP ModSecurity Core Rule Set (CRS)
|
||||
// EnableOWASPCoreRules enables the OWASP ModSecurity Core Rule Set (CRS)
|
||||
// By default this is disabled
|
||||
EnableOWASPCoreRules bool `json:"enable-owasp-modsecurity-crs"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue