summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-11-07 10:27:53 +0100
committerGitHub <noreply@github.com>2017-11-07 10:27:53 +0100
commitf9e70c2ab657d1a09f04874105fa858906eabb5b (patch)
tree0639dbd894c663091f48ffb58000b2676b226288 /lib
parentf9b7109de34314cd69cb92a0238619d80d336d95 (diff)
parent936486413d22646a71d6e1504df9589b9eeec4e8 (diff)
downloadnextcloud-server-f9e70c2ab657d1a09f04874105fa858906eabb5b.tar.gz
nextcloud-server-f9e70c2ab657d1a09f04874105fa858906eabb5b.zip
Merge pull request #7020 from Fiech/master
Extended list of sensitive configuration values (2)
Diffstat (limited to 'lib')
-rw-r--r--lib/private/SystemConfig.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index b0d3547e694..444e5842437 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -39,9 +39,7 @@ class SystemConfig {
/** @var array */
protected $sensitiveValues = [
'instanceid' => true,
- 'trusted_domains' => true,
'datadirectory' => true,
- 'overwrite.cli.url' => true,
'dbname' => true,
'dbhost' => true,
'dbpassword' => true,