angular.js v1.8.2 Release Notes
Release Date: 2020-10-21 // over 2 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.