File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
15
16
16
### Fixed
17
17
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
+
18
28
## [ 1.0.6] - 2024-10-07
19
29
20
30
### Fixed
@@ -53,6 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
53
63
54
64
## [ 1.0.0] - 2024-08-02
55
65
66
+ [ 1.0.7 ] : https://github.com/basecom/magento2-csp-split-header/compare/v1.0.6...v1.0.7
56
67
[ 1.0.6 ] : https://github.com/basecom/magento2-csp-split-header/compare/v1.0.5...v1.0.6
57
68
[ 1.0.5 ] : https://github.com/basecom/magento2-csp-split-header/compare/v1.0.4...v1.0.5
58
69
[ 1.0.4 ] : https://github.com/basecom/magento2-csp-split-header/compare/v1.0.3...v1.0.4
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ no longer exceed the maximum permitted length of the web server.
50
50
| Config | Default Value | Description |
51
51
|-------------------------------------------------------------|----------------|------------------------------------------------------------|
52
52
| `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 |
54
54
55
55
These values can be updated in the system configuration under `Basecom -> Content Security Policy -> Enable`.
56
56
@@ -70,6 +70,16 @@ These values can be updated in the system configuration under `Basecom -> Conten
70
70
Content-Security-Policy: script-src https://example.com/;
71
71
```
72
72
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
+
73
83
## Contributing
74
84
75
85
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
You can’t perform that action at this time.
0 commit comments