From: Joas Schilling Date: Fri, 17 May 2024 09:45:25 +0000 (+0200) Subject: fix: Mark more configs as sensitive X-Git-Tag: v29.0.2rc1~6^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F45443%2Fhead;p=nextcloud-server.git fix: Mark more configs as sensitive Signed-off-by: Joas Schilling --- diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index b1d120574c3..7aeba1fcec5 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -42,6 +42,7 @@ class SystemConfig { 'dbhost' => true, 'dbpassword' => true, 'dbuser' => true, + 'dbreplica' => true, 'activity_dbname' => true, 'activity_dbhost' => true, 'activity_dbpassword' => true, @@ -57,6 +58,7 @@ class SystemConfig { 'updater.server.url' => true, 'trusted_proxies' => true, 'preview_imaginary_url' => true, + 'preview_imaginary_key' => true, 'proxyuserpwd' => true, 'sentry.dsn' => true, 'sentry.public-dsn' => true,