Describe the bug
Angular 1.8.1 deprecated $compileProvider.aHrefSanitizationWhitelist and $compileProvider.imgSrcSanitizationWhitelist and replaced them with new methods.
To Reproduce
- Inspect source code of the rule
- There are no references to aHrefSanitizationTrustedUrlList nor imgSrcSanitizationTrustedUrlList
Expected behavior
Rule is renamed (as per style guide) and supports both old and new method names.