Cleaned up some issues with xss on error pages.
This commit is contained in:
@@ -313,7 +313,7 @@ class adminProxy extends HttpProxyController
|
||||
public function testingOption($params)
|
||||
{
|
||||
$data['success'] = true;
|
||||
$data['optionAuthS'] = $params->optionAuthS;
|
||||
$data['optionAuthS'] = htmlspecialchars($params->optionAuthS;
|
||||
return $data;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user