mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 14:46:13 +03:00
Rename gsb db directive
This commit is contained in:
parent
69551d2d09
commit
9380fdbdde
@ -2367,11 +2367,11 @@ const command_rec module_directives[] = {
|
|||||||
),
|
),
|
||||||
|
|
||||||
AP_INIT_TAKE1 (
|
AP_INIT_TAKE1 (
|
||||||
"SecGsbMalLookupDB",
|
"SecGsbLookupDB",
|
||||||
cmd_gsb_mal_lookup_db,
|
cmd_gsb_mal_lookup_db,
|
||||||
NULL,
|
NULL,
|
||||||
RSRC_CONF,
|
RSRC_CONF,
|
||||||
"database google safe browsing (malware)."
|
"database google safe browsing"
|
||||||
),
|
),
|
||||||
|
|
||||||
AP_INIT_TAKE1 (
|
AP_INIT_TAKE1 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user