summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderschiw <37687705+derschiw@users.noreply.github.com>2024-05-08 21:01:05 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-05-16 14:29:47 +0000
commitf5da526abf6766cf9df20df368d030e03463b6a2 (patch)
tree8f8cb23a2ef865018b140f96ec5e00f934712dfc
parent63da6067b4318f3d3bcc80f5f7ab574fe55ebd11 (diff)
downloadnextcloud-server-f5da526abf6766cf9df20df368d030e03463b6a2.tar.gz
nextcloud-server-f5da526abf6766cf9df20df368d030e03463b6a2.zip
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>
-rw-r--r--lib/private/SystemConfig.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index bba74e96490..4176e8c765c 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -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,