Merge pull request #45371 from nextcloud/backport/45236/stable27

[stable27] Hide 'updater.server.url' As It May Contain Enterprise Key
This commit is contained in:
Joas Schilling 2024-05-16 16:51:31 +02:00 committed by GitHub
commit f6a8605f58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,