]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(SystemConfig.php): Add 'updater.server.url' to Private Variables 45373/head
authorderschiw <37687705+derschiw@users.noreply.github.com>
Wed, 8 May 2024 19:01:05 +0000 (21:01 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 16 May 2024 14:32:36 +0000 (14:32 +0000)
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>
lib/private/SystemConfig.php

index f63663fbfe3fd3afaa0810b34686cb69bb7a8e14..b1d120574c3e3060d781772465605d0c7c79eb2e 100644 (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,