- $sceDelegate: ensure that
resourceUrlWhitelist()
is identical totrustedResourceUrlList()
(13f66a, #32)
- $sanitize: do not trigger CSP alert/report in Firefox and Chrome (c21b5e37)
- SanitizeUriProvider: remove usages of whitelist (57c8eb1e3)
- httpProvider: remove usages of whitelist and blacklist (074f56eb)
- sceDelegateProvider: remove usages of whitelist and blacklist (81ffe0be)
- 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.