Skip to content

Commit

Permalink
Merge pull request #16793 from nextcloud/bugfix/noid/filter-more-configs
Browse files Browse the repository at this point in the history
Filter more configs
  • Loading branch information
nickvergessen authored Aug 20, 2019
2 parents ddec3fc + b6c78eb commit 650e4f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/private/AppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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$/',
Expand Down

0 comments on commit 650e4f9

Please sign in to comment.