mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Add more firewall checks
This commit is contained in:
@@ -28,7 +28,7 @@ class PathFileTest implements ControllerProviderInterface
|
||||
$controllers = $app['controllers_factory'];
|
||||
|
||||
/**
|
||||
* TODO NEUTRON check firewall
|
||||
* @todo : check this as it would lead to a security issue
|
||||
*/
|
||||
$controllers->get('/path/', function(Application $app, Request $request) {
|
||||
return $app->json(array(
|
||||
|
Reference in New Issue
Block a user