diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-07-08 14:13:16 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-07-08 14:13:16 +0200 |
commit | 390a9962970b9283663d8a84d5da4929aa5921e8 (patch) | |
tree | 43bb730016d88956dac6c317b07b125398858050 /lib/private/SystemConfig.php | |
parent | 48f9e4ed03f3148d62919a95496ee43164d3e707 (diff) | |
download | nextcloud-server-390a9962970b9283663d8a84d5da4929aa5921e8.tar.gz nextcloud-server-390a9962970b9283663d8a84d5da4929aa5921e8.zip |
Sanitize more config options and stack traces
Diffstat (limited to 'lib/private/SystemConfig.php')
-rw-r--r-- | lib/private/SystemConfig.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index d773e601256..4d9882c9538 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -55,6 +55,12 @@ class SystemConfig { 'objectstore' => [ 'arguments' => [ 'password' => true, + 'options' => [ + 'credentials' => [ + 'key' => true, + 'secret' => true, + ] + ] ], ], ]; |