This plugin removes fields based on two criteria:
a) a list of regexes used to skip fields and values (settings currently prefixed with "whitelist")
b) a list of regexes used to indicate which fields and values to prune (settings currently prefixed with "blacklist")
The proposal where is to move away from this terminology and adopt:
- allowlist or passlist instead of "whitelist"
- denylist or blocklist instead of "blacklist"
This will be a breaking change, but that's ok.
This plugin removes fields based on two criteria:
a) a list of regexes used to skip fields and values (settings currently prefixed with "whitelist")
b) a list of regexes used to indicate which fields and values to prune (settings currently prefixed with "blacklist")
The proposal where is to move away from this terminology and adopt:
This will be a breaking change, but that's ok.