Merge pull request #192 from ttshivers/remove_autojoin_password
refactor(config): remove autojoin password from allow list
This commit is contained in:
commit
da1a92853d
|
@ -25,7 +25,7 @@ const get = (file, blockList = []) => {
|
|||
whitelist: Object.keys(defaults).concat([
|
||||
'autojoin__server',
|
||||
'autojoin__room',
|
||||
'autojoin__password',
|
||||
|
||||
'authentication__mechanism',
|
||||
'authentication__type',
|
||||
'authentication__authorized',
|
||||
|
|
Loading…
Reference in New Issue