Description
To ensure we use inclusive, sensitive, and accurate wording throughout our codebase, we need to rename references of "blacklist" and "whitelist" to "blocklist" and "allowlist".
Requirements
- Rename
apps/devindex/resources/blacklist.json to blocklist.json.
- Rename
apps/devindex/resources/whitelist.json to allowlist.json.
- Update
config.paths in apps/devindex/services/config.mjs.
- Rename
getBlacklist, addToBlacklist, and getWhitelist methods in Storage.mjs.
- Update all usages across
Spider.mjs, Updater.mjs, and OptOut.mjs.