Skip to content

Commit 3243213

Browse files
author
Till Brehm
committed
Raised IDS block levels and set warn level to block level to avoid that the log gets filled with warnings.
1 parent 494464f commit 3243213

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

security/security_settings.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ session_regenerate_id=yes
2121
[ids]
2222
ids_anon_enabled=yes
2323
ids_anon_log_level=1
24-
ids_anon_warn_level=5
24+
ids_anon_warn_level=15
2525
ids_anon_block_level=20
2626
ids_user_enabled=yes
2727
ids_user_log_level=1
28-
ids_user_warn_level=10
29-
ids_user_block_level=25
28+
ids_user_warn_level=27
29+
ids_user_block_level=30
3030
ids_admin_enabled=no
3131
ids_admin_log_level=1
32-
ids_admin_warn_level=5
32+
ids_admin_warn_level=90
3333
ids_admin_block_level=100
3434
sql_scan_enabled=yes
3535
sql_scan_action=warn

0 commit comments

Comments
 (0)