u-ultimate.js
u-ultimate.js copied to clipboard
refactor(misc): remove usages of whitelist and blacklist
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.
Remove miscellaneous usages and references to usages of whitelist and blacklist throughout the repository.