Skip to content

Commit eaab06a

Browse files
Merge pull request #45441 from nextcloud/backport/45390/stable27
[stable27] fix: Mark more configs as sensitive
2 parents 0da38dd + d984fc5 commit eaab06a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/private/SystemConfig.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class SystemConfig {
4242
'dbhost' => true,
4343
'dbpassword' => true,
4444
'dbuser' => true,
45+
'dbreplica' => true,
4546
'activity_dbname' => true,
4647
'activity_dbhost' => true,
4748
'activity_dbpassword' => true,
@@ -57,6 +58,7 @@ class SystemConfig {
5758
'updater.server.url' => true,
5859
'trusted_proxies' => true,
5960
'preview_imaginary_url' => true,
61+
'preview_imaginary_key' => true,
6062
'proxyuserpwd' => true,
6163
'sentry.dsn' => true,
6264
'sentry.public-dsn' => true,

0 commit comments

Comments
 (0)