angular.js v1.8.2 Release Notes
Release Date: 2020-10-21 // over 4 years agoPrevious changes from v1.8.1
-
๐ Bug Fixes
- $sanitize: do not trigger CSP alert/report in Firefox and Chrome (2fab3d)
๐จ Refactorings
- SanitizeUriProvider: remove usages of whitelist (76738102)
- httpProvider: remove usages of whitelist and blacklist (c953af6b)
- sceDelegateProvider: remove usages of whitelist and blacklist (a206e267)
๐ Deprecation Notices
- ๐ Deprecated
. It is now$compileProvider.aHrefSanitizationWhitelist
aHrefSanitizationTrustedUrlList
. - ๐ Deprecated
. It is now$compileProvider.imgSrcSanitizationWhitelist
imgSrcSanitizationTrustedUrlList
. - ๐ Deprecated
. It is now$httpProvider.xsrfWhitelistedOrigins
xsrfTrustedOrigins
. - ๐ Deprecated
. It is now$sceDelegateProvider.resourceUrlWhitelist
trustedResourceUrlList
. - ๐ Deprecated
. It is now$sceDelegateProvider.resourceUrlBlacklist
bannedResourceUrlList
.
For the purposes of backward compatibility, the previous symbols are aliased to their new symbol.