Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2e72ea1

Browse files
committed
docs(changelog): fix typos in 1.8.1/1.8.2 notes
- Remove stray backtick. - Add missing preposition (`identical` --> `identical to`). - Remove 1.8.1 change from the 1.8.2 section. Closes #17093
1 parent 9b3b6f7 commit 2e72ea1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

CHANGELOG.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
# 1.8.2 meteoric-mining (2020-10-21)
33

44
## Bug Fixes
5-
- **$sceDelegate:** ensure that `resourceUrlWhitelist()` is identical `trustedResourceUrlList()`
5+
- **$sceDelegate:** ensure that `resourceUrlWhitelist()` is identical to `trustedResourceUrlList()`
66
([e41f01](https://github.com/angular/angular.js/commit/e41f018959934bfbf982ba996cd654b1fce88d43),
77
[#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))
108

119

1210
<a name="1.8.1"></a>
@@ -28,15 +26,15 @@
2826
## Deprecation Notices
2927

3028
- 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).
3230
- 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).
3432
- 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).
3634
- 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).
3836
- 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).
4038

4139
For the purposes of backward compatibility, the previous symbols are aliased to their new symbol.
4240

0 commit comments

Comments
 (0)