config: document enableInsecureRoomNameWarning and whitelist it
This commit is contained in:
parent
bcffe0bba5
commit
a49f04f25b
|
@ -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
|
||||
//
|
||||
|
||||
|
|
|
@ -102,6 +102,7 @@ export default [
|
|||
'enableDisplayNameInStats',
|
||||
'enableEmailInStats',
|
||||
'enableIceRestart',
|
||||
'enableInsecureRoomNameWarning',
|
||||
'enableLayerSuspension',
|
||||
'enableLipSync',
|
||||
'enableRemb',
|
||||
|
|
Loading…
Reference in New Issue