From f9529b330f229fd845fe4f11d612610a84888de1 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Mon, 25 Aug 2014 16:45:33 +0200 Subject: [PATCH] Set higher IDS block level to avaoid false positives until we have a complete whitelist. --- security/security_settings.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/security_settings.ini b/security/security_settings.ini index 43bcebf1e9..85d0433443 100644 --- a/security/security_settings.ini +++ b/security/security_settings.ini @@ -20,7 +20,7 @@ remote_api_allowed=yes ids_enabled=yes ids_log_level=1 ids_warn_level=5 -ids_block_level=30 +ids_block_level=100 sql_scan_enabled=yes sql_scan_action=warn apache_directives_scan_enabled=yes -- GitLab