From 40d798e668857efbe43ffab18d731a61b7c15b77 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 9 Feb 2016 20:41:55 +0100 Subject: [PATCH] Hide updater.secret from occ output by default We should not have people post that value to us. --- lib/private/systemconfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/systemconfig.php b/lib/private/systemconfig.php index 9f99216fa4..4fa6e9b93c 100644 --- a/lib/private/systemconfig.php +++ b/lib/private/systemconfig.php @@ -41,6 +41,7 @@ class SystemConfig { 'mail_smtppassword' => true, 'passwordsalt' => true, 'secret' => true, + 'updater.secret' => true, 'ldap_agent_password' => true, 'objectstore' => ['arguments' => ['password' => true]], ];