Skip to content

Commit

Permalink
Merge pull request #45373 from nextcloud/backport/45236/stable29
Browse files Browse the repository at this point in the history
[stable29] Hide 'updater.server.url' As It May Contain Enterprise Key
  • Loading branch information
nickvergessen authored May 16, 2024
2 parents ecb4880 + d79f773 commit cda94f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class SystemConfig {
'passwordsalt' => true,
'secret' => true,
'updater.secret' => true,
'updater.server.url' => true,
'trusted_proxies' => true,
'preview_imaginary_url' => true,
'proxyuserpwd' => true,
Expand Down

0 comments on commit cda94f2

Please sign in to comment.