Prechádzať zdrojové kódy

Regression due to XSS fix (#446): auto-refresh block was showing an assertion failed message. Fixed.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1488 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 rokov pred
rodič
commit
1cd085aca6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pages/ajax.render.php

+ 1 - 1
pages/ajax.render.php

@@ -366,7 +366,7 @@ try
 		$oPage->SetContentType('text/html');
 		if ($sFilter != "")
 		{
-			$sExtraParams = stripslashes(utils::ReadParam('extra_params', ''));
+			$sExtraParams = stripslashes(utils::ReadParam('extra_params', '', false, 'raw_data'));
 			$aExtraParams = array();
 			if (!empty($sExtraParams))
 			{