mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 23:34:22 -04:00
fix(SystemConfig.php): Add 'updater.server.url' to Private Variables
Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key. Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
This commit is contained in:
parent
99d9244ef6
commit
a70d14aa3a
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