diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 4d968abf61980..73ef78c7a8e8c 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -423,7 +423,7 @@ public function getThemeStylesheet(string $themeId, bool $plain = false, bool $w */ #[PublicPage] #[NoCSRFRequired] - #[BruteForceProtection('manifest')] + #[BruteForceProtection(action: 'manifest')] public function getManifest(string $app): JSONResponse { $cacheBusterValue = $this->config->getAppValue('theming', 'cachebuster', '0'); if ($app === 'core' || $app === 'settings') {