]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: Mark more configs as sensitive 45443/head
authorJoas Schilling <coding@schilljs.com>
Fri, 17 May 2024 09:45:25 +0000 (11:45 +0200)
committerJosh <josh.t.richards@gmail.com>
Sun, 26 May 2024 00:34:41 +0000 (20:34 -0400)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/SystemConfig.php

index b1d120574c3e3060d781772465605d0c7c79eb2e..7aeba1fcec586109d2ec6efdc9fc1480d6c9af07 100644 (file)
@@ -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,