Bläddra i källkod

config: document enableInsecureRoomNameWarning and whitelist it

j8
Saúl Ibarra Corretgé 5 år sedan
förälder
incheckning
a49f04f25b
2 ändrade filer med 6 tillägg och 0 borttagningar
  1. 5
    0
      config.js
  2. 1
    0
      react/features/base/config/configWhitelist.js

+ 5
- 0
config.js Visa fil

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

+ 1
- 0
react/features/base/config/configWhitelist.js Visa fil

@@ -102,6 +102,7 @@ export default [
102 102
     'enableDisplayNameInStats',
103 103
     'enableEmailInStats',
104 104
     'enableIceRestart',
105
+    'enableInsecureRoomNameWarning',
105 106
     'enableLayerSuspension',
106 107
     'enableLipSync',
107 108
     'enableRemb',

Laddar…
Avbryt
Spara