From 92ef5441f11de08e477af36407ca4aa3dc529fd9 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 4 Jun 2013 13:57:14 +0000 Subject: [PATCH] Excluded secure_session=1 from mantis --- libs/lib_detector.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/lib_detector.php b/libs/lib_detector.php index 68d0079..11d5c07 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -35,9 +35,10 @@ function initCrackerTrackerArrays () { // Whitelist some absolute query strings (see below) $GLOBALS['ctracker_whitelist'] = array( - 'cmd=new', // LinPHA - 'cmd=edit', // LinPHA - 'cmd=lostpw' // LinPHA + 'cmd=new', // LinPHA + 'cmd=edit', // LinPHA + 'cmd=lostpw', // LinPHA + 'secure_session=1', // Mantis Bug Tracker ); // Attacks we should detect and block -- 2.39.2