Merge pull request #16802 from nextcloud/backport/16793/stable16

[stable16] Filter more configs
This commit is contained in:
blizzz 2019-08-20 10:18:29 +02:00 committed by GitHub
commit 97f3fbc505
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$/',