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 1
1
CHANGES
2
2
=======
3
3
4
- Unreleased
4
+ 4.0b3
5
5
==========
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 ) )
7
14
8
15
4.0b2
9
16
=====
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
7
7
[project ]
8
8
name = " django-csp"
9
- version = " 4.0b2 "
9
+ version = " 4.0b3 "
10
10
description = " Django Content Security Policy support."
11
11
readme = " README.rst"
12
12
license = { text = " BSD" }
You can’t perform that action at this time.
0 commit comments