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([
|
whitelist: Object.keys(defaults).concat([
|
||||||
'autojoin__server',
|
'autojoin__server',
|
||||||
'autojoin__room',
|
'autojoin__room',
|
||||||
'autojoin__password',
|
|
||||||
'authentication__mechanism',
|
'authentication__mechanism',
|
||||||
'authentication__type',
|
'authentication__type',
|
||||||
'authentication__authorized',
|
'authentication__authorized',
|
||||||
|
|
Loading…
Reference in New Issue