Skip to content

Commit 97f3fbc

Browse files
authored
Merge pull request #16802 from nextcloud/backport/16793/stable16
[stable16] Filter more configs
2 parents c37b4e3 + ae06f23 commit 97f3fbc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

lib/private/AppConfig.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,21 @@ class AppConfig implements IAppConfig {
4343

4444
/** @var array[] */
4545
protected $sensitiveValues = [
46+
'external' => [
47+
'/^sites$/',
48+
],
4649
'spreed' => [
50+
'/^signaling_ticket_secret$/',
4751
'/^turn_server_secret$/',
52+
'/^stun_servers$/',
53+
'/^turn_servers$/',
54+
'/^signaling_servers$/',
55+
],
56+
'theming' => [
57+
'/^imprintUrl$/',
58+
'/^privacyUrl$/',
59+
'/^slogan$/',
60+
'/^url$/',
4861
],
4962
'user_ldap' => [
5063
'/^(s..)?ldap_agent_password$/',

0 commit comments

Comments
 (0)