From 12efde520de6848e9718743f9d331ef76b85598e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 25 Jul 2018 12:05:18 +0200 Subject: Allow to access SVGs as guest Signed-off-by: Joas Schilling --- core/Controller/SvgController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php index 3d1c55d0143..1fad9c39c3b 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -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; } -} \ No newline at end of file +} -- cgit v1.2.3