|
2 | 2 | # 1.8.2 meteoric-mining (2020-10-21)
|
3 | 3 |
|
4 | 4 | ## Bug Fixes
|
5 |
| -- **$sceDelegate:** ensure that `resourceUrlWhitelist()` is identical `trustedResourceUrlList()` |
| 5 | +- **$sceDelegate:** ensure that `resourceUrlWhitelist()` is identical to `trustedResourceUrlList()` |
6 | 6 | ([e41f01](https://github.com/angular/angular.js/commit/e41f018959934bfbf982ba996cd654b1fce88d43),
|
7 | 7 | [#17090](https://github.com/angular/angular.js/issues/17090))
|
8 |
| -- **$sanitize:** do not trigger CSP alert/report in Firefox and Chrome |
9 |
| - ([2fab3d](https://github.com/angular/angular.js/commit/2fab3d4e00f4fe35bfa3cf255160cb97404baf24)) |
10 | 8 |
|
11 | 9 |
|
12 | 10 | <a name="1.8.1"></a>
|
|
28 | 26 | ## Deprecation Notices
|
29 | 27 |
|
30 | 28 | - Deprecated ~~`$compileProvider.aHrefSanitizationWhitelist`~~.
|
31 |
| - It is now [aHrefSanitizationTrustedUrlList](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationTrustedUrlList)`. |
| 29 | + It is now [`aHrefSanitizationTrustedUrlList`](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationTrustedUrlList). |
32 | 30 | - Deprecated ~~`$compileProvider.imgSrcSanitizationWhitelist`~~.
|
33 |
| - It is now [imgSrcSanitizationTrustedUrlList](https://docs.angularjs.org/api/ng/provider/$compileProvider#imgSrcSanitizationTrustedUrlList). |
| 31 | + It is now [`imgSrcSanitizationTrustedUrlList`](https://docs.angularjs.org/api/ng/provider/$compileProvider#imgSrcSanitizationTrustedUrlList). |
34 | 32 | - Deprecated ~~`$httpProvider.xsrfWhitelistedOrigins`~~.
|
35 |
| - It is now [xsrfTrustedOrigins](https://docs.angularjs.org/api/ng/provider/$httpProvider#xsrfTrustedOrigins). |
| 33 | + It is now [`xsrfTrustedOrigins`](https://docs.angularjs.org/api/ng/provider/$httpProvider#xsrfTrustedOrigins). |
36 | 34 | - Deprecated ~~`$sceDelegateProvider.resourceUrlWhitelist`~~.
|
37 |
| - It is now [trustedResourceUrlList](https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider#trustedResourceUrlList). |
| 35 | + It is now [`trustedResourceUrlList`](https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider#trustedResourceUrlList). |
38 | 36 | - Deprecated ~~`$sceDelegateProvider.resourceUrlBlacklist`~~.
|
39 |
| - It is now [bannedResourceUrlList](https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider#bannedResourceUrlList). |
| 37 | + It is now [`bannedResourceUrlList`](https://docs.angularjs.org/api/ng/provider/$sceDelegateProvider#bannedResourceUrlList). |
40 | 38 |
|
41 | 39 | For the purposes of backward compatibility, the previous symbols are aliased to their new symbol.
|
42 | 40 |
|
|
0 commit comments