Skip to content

Commit d356dae

Browse files
committed
update readme
1 parent 3ea0332 commit d356dae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Releasing as an installable package is planned only for a private repo for now,
1212

1313
Available additional settings that can be set to `UNICORN` dict in settings.py which are not part of official package.
1414

15-
- `USE_CSRF_TOKEN` - default: `True` - If set to `False`, unicorn does not check or send `csrf` token value so `{% csrf_token %}` is not mandatory in the templates. This is added due the fact to additional page caching system like `Varnish` does not operate effective if `Cookie` value is present in `Vary` header.
15+
- `USE_CSRF_TOKEN` - default: `True` - If set to `False`, unicorn does not check or send `csrf` token value so `{% csrf_token %}` is not mandatory in the templates. This is added due the fact to additional page caching system like `Varnish` does not operate effective if `Cookie` value is present in `Vary` header.
16+
- `CHECK_CHECKSUM_MATCH` - default: `True` - If set to `False`, `unicorn` does not perform data checksum check on each request.
1617

1718
## Deployment
1819

@@ -24,6 +25,10 @@ Available additional settings that can be set to `UNICORN` dict in settings.py w
2425

2526
## Customization changelog
2627

28+
### 0.58.1.2 - (2024-01-10)
29+
30+
- add optional `CHECK_CHECKSUM_MATCH` setting which is set by default to True. If turned off, `unicorn` does not perform data checksum check on each request.
31+
2732
### 0.58.1.1 - (2024-01-10)
2833

2934
- No customizations, just sync with main package.

0 commit comments

Comments
 (0)