Skip to content

Commit edf04a4

Browse files
Merge pull request #35706 from nextcloud/backport/35705/stable25
[stable25] Update sensitive config list of Talk
2 parents 9b9397a + 7f08ddb commit edf04a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/private/AppConfig.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ class AppConfig implements IAppConfig {
110110
'/^cookie$/',
111111
],
112112
'spreed' => [
113-
'/^bridge_bot_password/',
113+
'/^bridge_bot_password$/',
114+
'/^hosted-signaling-server-(.*)$/',
114115
'/^signaling_servers$/',
115116
'/^signaling_ticket_secret$/',
117+
'/^signaling_token_privkey_(.*)$/',
118+
'/^signaling_token_pubkey_(.*)$/',
116119
'/^sip_bridge_dialin_info$/',
117120
'/^sip_bridge_shared_secret$/',
118121
'/^stun_servers$/',

0 commit comments

Comments
 (0)