]> git.mxchange.org Git - ctracker.git/commitdiff
Excluded secure_session=1 from mantis
authorRoland Haeder <roland@mxchange.org>
Tue, 4 Jun 2013 13:57:14 +0000 (13:57 +0000)
committerRoland Haeder <roland@mxchange.org>
Tue, 4 Jun 2013 13:57:14 +0000 (13:57 +0000)
libs/lib_detector.php

index 68d00794ffb5a8b84f88755b15dc80dae4f18da8..11d5c0765eb4e8cd717d28663e222d538c2822d8 100644 (file)
@@ -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