Skip to content
Snippets Groups Projects
Unverified Commit 650e4f9f authored by Joas Schilling's avatar Joas Schilling Committed by GitHub
Browse files

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

Filter more configs
parents ddec3fc4 b6c78eb9
No related branches found
No related tags found
No related merge requests found
......@@ -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$/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment