Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #192 from ttshivers/remove_autojoin_password
Browse files Browse the repository at this point in the history
refactor(config): remove autojoin password from allow list
  • Loading branch information
ttshivers authored Sep 28, 2020
2 parents 3803a0b + e91eabe commit da1a928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit da1a928

Please sign in to comment.