Allow to access SVGs as guest

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-07-25 12:05:18 +02:00
parent fb77ff9da4
commit 12efde520d
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -56,7 +56,7 @@ class SvgController extends Controller {
}
/**
* @NoAdminRequired
* @PublicPage
* @NoCSRFRequired
*
* Generate svg from filename with the requested color
@ -72,7 +72,7 @@ class SvgController extends Controller {
}
/**
* @NoAdminRequired
* @PublicPage
* @NoCSRFRequired
*
* Generate svg from filename with the requested color
@ -141,4 +141,4 @@ class SvgController extends Controller {
return $response;
}
}
}