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

Filter more configs
This commit is contained in:
Joas Schilling 2019-08-20 09:01:20 +02:00 committed by GitHub
commit 650e4f9f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

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$/',