mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-09 07:42:25 +03:00
Rename gsb db directive
This commit is contained in:
@@ -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 (
|
||||||
|
Reference in New Issue
Block a user