We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395d928 commit d6bff9fCopy full SHA for d6bff9f
CHANGES.md
@@ -1,6 +1,11 @@
1
CHANGES
2
=======
3
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
+
9
4.0b6
10
=====
11
- Fix ``CSPMiddlewareAlwaysGenerateNonce`` to always generate the nonce.
pyproject.toml
@@ -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" }
0 commit comments