]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update sensitive config list of Talk 35705/head
authorJoas Schilling <coding@schilljs.com>
Fri, 9 Dec 2022 15:41:59 +0000 (16:41 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 9 Dec 2022 15:41:59 +0000 (16:41 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/AppConfig.php

index 708b31b3136713f08594381f6fd9f7111dbf4bee..efaa2209eca18bb666893312e7e2c4e0d638a066 100644 (file)
@@ -110,9 +110,12 @@ class AppConfig implements IAppConfig {
                        '/^cookie$/',
                ],
                'spreed' => [
-                       '/^bridge_bot_password/',
+                       '/^bridge_bot_password$/',
+                       '/^hosted-signaling-server-(.*)$/',
                        '/^signaling_servers$/',
                        '/^signaling_ticket_secret$/',
+                       '/^signaling_token_privkey_(.*)$/',
+                       '/^signaling_token_pubkey_(.*)$/',
                        '/^sip_bridge_dialin_info$/',
                        '/^sip_bridge_shared_secret$/',
                        '/^stun_servers$/',