From a71584ee961ac7101951d00a9847430cff4f1eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Fri, 27 Mar 2026 16:01:41 +0100 Subject: [PATCH 1/2] feat(config): add Sentry CSP Report URL to sensitive values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joda Stößer --- lib/private/SystemConfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index 7e8946f4d05e0..1c997b6822606 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -44,6 +44,7 @@ class SystemConfig { 'proxyuserpwd' => true, 'sentry.dsn' => true, 'sentry.public-dsn' => true, + 'sentry.csp-report-url' => true, 'zammad.download.secret' => true, 'zammad.portal.secret' => true, 'zammad.secret' => true, From c8dbc73017ba23549b8a4d287a3ca6a9bb507208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Fri, 27 Mar 2026 16:11:28 +0100 Subject: [PATCH 2/2] fix(config): correct indentation for Sentry CSP Report URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joda Stößer --- lib/private/SystemConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index 1c997b6822606..4c6f9d19f83f7 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -44,7 +44,7 @@ class SystemConfig { 'proxyuserpwd' => true, 'sentry.dsn' => true, 'sentry.public-dsn' => true, - 'sentry.csp-report-url' => true, + 'sentry.csp-report-url' => true, 'zammad.download.secret' => true, 'zammad.portal.secret' => true, 'zammad.secret' => true,