mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Exclude the Bridge Bot password as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
af3a59fab5
commit
2e4b3cebc6
1 changed files with 3 additions and 2 deletions
|
|
@ -49,11 +49,12 @@ class AppConfig implements IAppConfig {
|
|||
'/^sites$/',
|
||||
],
|
||||
'spreed' => [
|
||||
'/^bridge_bot_password/',
|
||||
'/^signaling_servers$/',
|
||||
'/^signaling_ticket_secret$/',
|
||||
'/^turn_server_secret$/',
|
||||
'/^stun_servers$/',
|
||||
'/^turn_servers$/',
|
||||
'/^signaling_servers$/',
|
||||
'/^turn_server_secret$/',
|
||||
],
|
||||
'theming' => [
|
||||
'/^imprintUrl$/',
|
||||
|
|
|
|||
Loading…
Reference in a new issue