Skip to content

Commit

Permalink
Merge pull request #45441 from nextcloud/backport/45390/stable27
Browse files Browse the repository at this point in the history
[stable27] fix: Mark more configs as sensitive
  • Loading branch information
nickvergessen committed Jun 6, 2024
2 parents 0da38dd + d984fc5 commit eaab06a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class SystemConfig {
'dbhost' => true,
'dbpassword' => true,
'dbuser' => true,
'dbreplica' => true,
'activity_dbname' => true,
'activity_dbhost' => true,
'activity_dbpassword' => true,
Expand All @@ -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,
Expand Down

0 comments on commit eaab06a

Please sign in to comment.