From fa18a77fa24ad01944d79232fb637076282dedc2 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Fri, 15 Apr 2022 10:28:54 +0200 Subject: Fix twofactor loading and public image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/theming/lib/Controller/ThemingController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index e8f6bd430d3..1cd269f9bff 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -272,6 +272,7 @@ class ThemingController extends Controller { /** * @PublicPage * @NoCSRFRequired + * @NoSameSiteCookieRequired * * @param string $key * @param bool $useSvg @@ -304,6 +305,7 @@ class ThemingController extends Controller { * @NoCSRFRequired * @PublicPage * @NoSameSiteCookieRequired + * @NoTwoFactorRequired * * @return FileDisplayResponse|NotFoundResponse */ -- cgit v1.2.3