diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-05-16 16:51:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 16:51:31 +0200 |
commit | f6a8605f580a80e9c0de89a4d82e3b2d03ac6d76 (patch) | |
tree | ab8396292ef9f031bed05ad0054fb4d6d1ddb8a0 | |
parent | f5e838df0d184cce9e12013d2960c34f5647a56a (diff) | |
parent | f5da526abf6766cf9df20df368d030e03463b6a2 (diff) | |
download | nextcloud-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.php | 1 |
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, |