mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
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:
commit
f6a8605f58
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue