From: Roland Haeder Date: Tue, 4 Jun 2013 13:57:14 +0000 (+0000) Subject: Excluded secure_session=1 from mantis X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=95c2e5f32abc2f1065cb664145e738272c6c827e;p=ctracker.git Excluded secure_session=1 from mantis --- 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