Browse Source

Merge pull request #16793 from nextcloud/bugfix/noid/filter-more-configs

Filter more configs
tags/v17.0.0beta2
Joas Schilling 4 years ago
parent
commit
650e4f9f4c
No account linked to committer's email address
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      lib/private/AppConfig.php

+ 13
- 0
lib/private/AppConfig.php View File

@@ -43,8 +43,21 @@ class AppConfig implements IAppConfig {

/** @var array[] */
protected $sensitiveValues = [
'external' => [
'/^sites$/',
],
'spreed' => [
'/^signaling_ticket_secret$/',
'/^turn_server_secret$/',
'/^stun_servers$/',
'/^turn_servers$/',
'/^signaling_servers$/',
],
'theming' => [
'/^imprintUrl$/',
'/^privacyUrl$/',
'/^slogan$/',
'/^url$/',
],
'user_ldap' => [
'/^(s..)?ldap_agent_password$/',

Loading…
Cancel
Save