config: document enableInsecureRoomNameWarning and whitelist it

This commit is contained in:
Saúl Ibarra Corretgé 2020-06-11 10:16:26 +02:00 committed by Saúl Ibarra Corretgé
parent bcffe0bba5
commit a49f04f25b
2 changed files with 6 additions and 0 deletions

View File

@ -322,6 +322,11 @@ var config = {
// When 'true', it shows an intermediate page before joining, where the user can configure its devices.
// prejoinPageEnabled: false,
// If true, shows the unsafe roon name warning label when a room name is
// deemed unsafe (due to the simplicity in the name) and a password is not
// set or the lobby is not enabled.
// enableInsecureRoomNameWarning: false,
// Stats
//

View File

@ -102,6 +102,7 @@ export default [
'enableDisplayNameInStats',
'enableEmailInStats',
'enableIceRestart',
'enableInsecureRoomNameWarning',
'enableLayerSuspension',
'enableLipSync',
'enableRemb',