summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-05-16 16:51:31 +0200
committerGitHub <noreply@github.com>2024-05-16 16:51:31 +0200
commitf6a8605f580a80e9c0de89a4d82e3b2d03ac6d76 (patch)
treeab8396292ef9f031bed05ad0054fb4d6d1ddb8a0
parentf5e838df0d184cce9e12013d2960c34f5647a56a (diff)
parentf5da526abf6766cf9df20df368d030e03463b6a2 (diff)
downloadnextcloud-server-f6a8605f580a80e9c0de89a4d82e3b2d03ac6d76.tar.gz
nextcloud-server-f6a8605f580a80e9c0de89a4d82e3b2d03ac6d76.zip
Merge pull request #45371 from nextcloud/backport/45236/stable27
[stable27] Hide 'updater.server.url' As It May Contain Enterprise Key
-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,