Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
/angular.jsPublic archive

Commitaac55c0

Browse files
docs(changelog): add release notes for 1.8.1
1 parent83e5177 commitaac55c0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

‎CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp