Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

4.0b7
=====
- Removed ``CSPMiddlewareAlwaysGenerateNonce`` middleware that forced nonce headers when not used in
content encouraging better security practices ([#274](https://github.com/mozilla/django-csp/pull/274))

4.0b6
=====
- Fix ``CSPMiddlewareAlwaysGenerateNonce`` to always generate the nonce.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "setuptools>=61.2" ]

[project]
name = "django-csp"
version = "4.0b6"
version = "4.0b7"
description = "Django Content Security Policy support."
readme = "README.rst"
license = { text = "BSD" }
Expand Down