From f9529b330f229fd845fe4f11d612610a84888de1 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 25 Aug 2014 10:45:33 -0400
Subject: [PATCH] Set higher IDS block level to avaoid false positives until we have a complete whitelist.

---
 security/security_settings.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/security/security_settings.ini b/security/security_settings.ini
index 43bcebf..85d0433 100644
--- a/security/security_settings.ini
+++ b/security/security_settings.ini
@@ -20,7 +20,7 @@
 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

--
Gitblit v1.9.1