config: document enableInsecureRoomNameWarning and whitelist it

pull/7075/head
Saúl Ibarra Corretgé 6 years ago committed by Saúl Ibarra Corretgé
parent bcffe0bba5
commit a49f04f25b
  1. 5
      config.js
  2. 1
      react/features/base/config/configWhitelist.js

@ -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…
Cancel
Save