From 32432133a7d479a20b05f8510aca5b1be3b9f84b Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Wed, 28 Mar 2018 19:16:16 +0200 Subject: [PATCH] Raised IDS block levels and set warn level to block level to avoid that the log gets filled with warnings. --- security/security_settings.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/security_settings.ini b/security/security_settings.ini index d7b65ba48..24f4e38d2 100644 --- a/security/security_settings.ini +++ b/security/security_settings.ini @@ -21,15 +21,15 @@ session_regenerate_id=yes [ids] ids_anon_enabled=yes ids_anon_log_level=1 -ids_anon_warn_level=5 +ids_anon_warn_level=15 ids_anon_block_level=20 ids_user_enabled=yes ids_user_log_level=1 -ids_user_warn_level=10 -ids_user_block_level=25 +ids_user_warn_level=27 +ids_user_block_level=30 ids_admin_enabled=no ids_admin_log_level=1 -ids_admin_warn_level=5 +ids_admin_warn_level=90 ids_admin_block_level=100 sql_scan_enabled=yes sql_scan_action=warn -- GitLab