mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Add Google safe browsing lookup
This commit is contained in:
@@ -41,6 +41,7 @@ typedef struct msc_parm msc_parm;
|
||||
#include "msc_util.h"
|
||||
#include "msc_xml.h"
|
||||
#include "msc_geo.h"
|
||||
#include "msc_gsb.h"
|
||||
#include "re.h"
|
||||
|
||||
#include "ap_config.h"
|
||||
@@ -487,6 +488,9 @@ struct directory_config {
|
||||
/* Geo Lookup */
|
||||
geo_db *geo;
|
||||
|
||||
/* Gsb Lookup */
|
||||
gsb_db *gsb;
|
||||
|
||||
/* Cache */
|
||||
int cache_trans;
|
||||
int cache_trans_incremental;
|
||||
|
Reference in New Issue
Block a user