Skip to content

Commit d6bff9f

Browse files
committed
Prep for 4.0b7 release
1 parent 395d928 commit d6bff9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
4.0b7
5+
=====
6+
- Removed ``CSPMiddlewareAlwaysGenerateNonce`` middleware that forced nonce headers when not used in
7+
content encouraging better security practices ([#274](https://github.com/mozilla/django-csp/pull/274))
8+
49
4.0b6
510
=====
611
- Fix ``CSPMiddlewareAlwaysGenerateNonce`` to always generate the nonce.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools>=61.2" ]
44

55
[project]
66
name = "django-csp"
7-
version = "4.0b6"
7+
version = "4.0b7"
88
description = "Django Content Security Policy support."
99
readme = "README.rst"
1010
license = { text = "BSD" }

0 commit comments

Comments
 (0)