Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 36afbcf

Browse files
committed
Adds CHANGELOG entry for #200
1 parent 3781a3a commit 36afbcf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file, in reverse
88

99
- [#175](https://github.com/zendframework/zend-http/pull/175) adds support for Content Security Policy Level 3 Header directives.
1010

11+
- [#200](https://github.com/zendframework/zend-http/pull/200) adds support for additional directives in Content Security Policy header:
12+
- `block-all-mixed-content`,
13+
- `require-sri-for`,
14+
- `trusted-types`,
15+
- `upgrade-insecure-requests`.
16+
1117
### Changed
1218

1319
- Nothing.
@@ -22,7 +28,7 @@ All notable changes to this project will be documented in this file, in reverse
2228

2329
### Fixed
2430

25-
- Nothing.
31+
- [#200](https://github.com/zendframework/zend-http/pull/200) fixes support for directives without value in Content Security Policy header.
2632

2733
## 2.10.2 - TBD
2834

0 commit comments

Comments
 (0)