Merge pull request #192 from ttshivers/remove_autojoin_password

refactor(config): remove autojoin password from allow list
This commit is contained in:
Travis Shivers 2020-09-28 14:37:35 -05:00 committed by GitHub
commit da1a92853d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',