This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
version 1.8.1 mutually-supporting (2020-09-30) - Deprecation Notices are not correct! #17088
Closed
Description
I'm submitting a ...
- regression from 1.7.0
- security issue
- issue caused by a new browser version
- [ X] other
In the new release docs:
Deprecated aHrefSanitizationWhitelist. It is now aHrefSanitizationTrustedUri
When I try changing aHrefSanitizationWhitelist to aHrefSanitizationTrustedUri it I'm getting "TypeError: $compileProvider.aHrefSanitizationTrustedUri is not a function".
For now, aHrefSanitizationWhitelist still works fine.
AngularJS version: 1.8.1
Thanks.