File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11CHANGES
22=======
33
4- Unreleased
4+ 4.0b3
55==========
6- - Drop support for EOL < Python 3.9 and add Python 3.13
6+ - Add Python 3.13, drop EOL Python 3.8 ([ #245 ] ( https://github.com/mozilla/django-csp/pull/245 ) )
7+ - docs: Fix trusted_types links ([ #250 ] ( https://github.com/mozilla/django-csp/pull/250 ) )
8+ - Add ` EXCLUDE_URL_PREFIXES ` check ([ #252 ] ( https://github.com/mozilla/django-csp/pull/252 ) )
9+ - Support CSP configuration as sets ([ #251 ] ( https://github.com/mozilla/django-csp/pull/251 ) )
10+ - docs: Note that reporting percentage needs rate limiting middleware ([ #256 ] ( https://github.com/mozilla/django-csp/pull/256 ) )
11+ * Document constant NONE vs Python's None ([ #255 ] ( https://github.com/mozilla/django-csp/pull/255 ) )
12+ - Raise error when nonce accessed after response ([ #258 ] ( https://github.com/mozilla/django-csp/pull/258 ) )
13+ - Test on Django 5.2 ([ #261 ] ( https://github.com/mozilla/django-csp/pull/261 ) )
714
8154.0b2
916=====
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66
77[project ]
88name = " django-csp"
9- version = " 4.0b2 "
9+ version = " 4.0b3 "
1010description = " Django Content Security Policy support."
1111readme = " README.rst"
1212license = { text = " BSD" }
You can’t perform that action at this time.
0 commit comments