This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ <a name="1.8.1"></a>
2+ # 1.8.1 mutually-supporting (2020-09-30)
3+
4+ ## Bug Fixes
5+ - **$sanitize:** do not trigger CSP alert/report in Firefox and Chrome
6+ ([2fab3d](https://github.com/angular/angular.js/commit/2fab3d4e00f4fe35bfa3cf255160cb97404baf24))
7+
8+ ## Refactorings
9+
10+ - **SanitizeUriProvider:** remove usages of whitelist
11+ ([76738102](https:github.com/angular/angular.js/commit/767381020d88bda2855ac87ca6f00748907e14ff))
12+ - **httpProvider:** remove usages of whitelist and blacklist
13+ ([c953af6b](https:github.com/angular/angular.js/commit/c953af6b8cfeefe4acc0ca358550eed5da8cfe00))
14+ - **sceDelegateProvider:** remove usages of whitelist and blacklist
15+ ([a206e267](https:github.com/angular/angular.js/commit/a206e2675c351c3cdcde3402978126774c1c5df9))
16+
17+ ## Deprecation Notices
18+
19+ - Deprecated ~~`aHrefSanitizationWhitelist`~~. It is now `aHrefSanitizationTrustedUri`
20+ - Deprecated ~~`imgSrcSanitizationWhitelist`~~. It is now `imgSrcSanitizationTrustedUri`
21+ - Deprecated ~~`xsrfWhitelistedOrigins`~~. It is now `xsrfTrustedOrigins`
22+ - Deprecated ~~`resourceUrlWhitelist`~~. It is now `trustedResourceUrlList`
23+ - Deprecated ~~`resourceUrlBlacklist`~~. It is now `bannedResourceUrlList`
24+
25+ For the purposes of backward compatibility, the previous symbols are aliased to their new symbol.
26+
127
228<a name="1.8.0"></a>
329# 1.8.0 nested-vaccination (2020-06-01)
You can’t perform that action at this time.
0 commit comments