u-ultimate.js icon indicating copy to clipboard operation
u-ultimate.js copied to clipboard

refactor(misc): remove usages of whitelist and blacklist

Open clancytom opened this issue 4 years ago • 1 comments

Changes aHrefSanitizationWhitelist to aHrefSanitizationTrustedUri and imgSrcSanitizationWhitelist to imgSrcSanitizationTrustedUri updating references to use the new symbols.

For the purposes of backward compatibility, the previous symbols are aliased to the new symbols.

clancytom avatar Dec 07 '21 13:12 clancytom

Remove miscellaneous usages and references to usages of whitelist and blacklist throughout the repository.

clancytom avatar Dec 07 '21 13:12 clancytom