Skip to content

Commit 7f08ddb

Browse files
Update sensitive config list of Talk
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent dffb7f2 commit 7f08ddb

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)