Use allow/deny instead of whitelist/blacklist for terminology

This commit is contained in:
Travis Ralston 2019-03-25 21:14:21 -06:00
parent 3654c895eb
commit 69fcebf045
3 changed files with 7 additions and 7 deletions

View file

@ -343,8 +343,8 @@ export const SETTINGS = {
"widgetOpenIDPermissions": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
default: {
whitelist: [],
blacklist: [],
allow: [],
deny: [],
},
},
"RoomList.orderByImportance": {