Skip to content
Permalink
Browse files Browse the repository at this point in the history
fix possible xss security issue with elFinder (thanks to chengable)
  • Loading branch information
dleffler committed Apr 22, 2017
1 parent 0549d90 commit 0b2241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/modules/file/connector/elfinder.php
Expand Up @@ -509,5 +509,5 @@ function validName($name)
);

//header('Access-Control-Allow-Origin: *');
$connector = new elFinderConnector(new elFinderExponent($opts), true);
$connector = new elFinderConnector(new elFinderExponent($opts));
$connector->run();

0 comments on commit 0b2241f

Please sign in to comment.