Skip to content

Commit f5b2ed2

Browse files
committed
chore: update readme and changelog
1 parent 370f05d commit f5b2ed2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
### Fixed
1717

18+
## [1.0.7] - 2025-03-24
19+
20+
### Added
21+
22+
- Added `Known issues` section in the README
23+
24+
### Changed
25+
26+
- Changed the default value of `basecom_csp_split_header/settings/max_header_size` from 8190 to 8000.
27+
1828
## [1.0.6] - 2024-10-07
1929

2030
### Fixed
@@ -53,6 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5363

5464
## [1.0.0] - 2024-08-02
5565

66+
[1.0.7]: https://github.com/basecom/magento2-csp-split-header/compare/v1.0.6...v1.0.7
5667
[1.0.6]: https://github.com/basecom/magento2-csp-split-header/compare/v1.0.5...v1.0.6
5768
[1.0.5]: https://github.com/basecom/magento2-csp-split-header/compare/v1.0.4...v1.0.5
5869
[1.0.4]: https://github.com/basecom/magento2-csp-split-header/compare/v1.0.3...v1.0.4

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ no longer exceed the maximum permitted length of the web server.
5050
| Config | Default Value | Description |
5151
|-------------------------------------------------------------|----------------|------------------------------------------------------------|
5252
| `basecom_csp_split_header/settings/header_splitting_enable` | 0 _(disabled)_ | enables (1) / disables (0) the splitting of the CSP header |
53-
| `basecom_csp_split_header/settings/max_header_size` | 8190 | maximum allowed header field size |
53+
| `basecom_csp_split_header/settings/max_header_size` | 8000 | maximum allowed header field size |
5454

5555
These values can be updated in the system configuration under `Basecom -> Content Security Policy -> Enable`.
5656

@@ -70,6 +70,16 @@ These values can be updated in the system configuration under `Basecom -> Conten
7070
Content-Security-Policy: script-src https://example.com/;
7171
```
7272

73+
## Known Issues
74+
75+
### CSP header is not split correctly ([#5](https://github.com/basecom/magento2-csp-split-header/issues/5))
76+
77+
Lower the maximum allowed header field size threshold in the config `basecom_csp_split_header/settings/max_header_size`.
78+
79+
### Varnish 503 error ([#7](https://github.com/basecom/magento2-csp-split-header/issues/7))
80+
81+
Increase the Varnish header size`http_resp_hdr_len`. The default value is 8kb.
82+
7383
## Contributing
7484

7585
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

0 commit comments

Comments
 (0)