Use allow/deny instead of whitelist/blacklist for terminology
This commit is contained in:
parent
3654c895eb
commit
69fcebf045
3 changed files with 7 additions and 7 deletions
|
@ -343,8 +343,8 @@ export const SETTINGS = {
|
|||
"widgetOpenIDPermissions": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: {
|
||||
whitelist: [],
|
||||
blacklist: [],
|
||||
allow: [],
|
||||
deny: [],
|
||||
},
|
||||
},
|
||||
"RoomList.orderByImportance": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue