File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- =======
2
1
CHANGES
3
2
=======
4
3
5
- 4.x - Unreleased
6
- ================
4
+ Unreleased
5
+ ===========
6
+ - Add type hints. ([ #228 ] ( https://github.com/mozilla/django-csp/pull/228 ) )
7
7
8
+ 4.0b1
9
+ =====
8
10
BACKWARDS INCOMPATIBLE changes:
9
11
- Move to dict-based configuration which allows for setting policies for both enforced and
10
12
report-only. See the migration guide in the docs for migrating your settings.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ optional-dependencies.typing = [
73
73
" types-setuptools" ,
74
74
]
75
75
urls."Bug Tracker" = " https://github.com/mozilla/django-csp/issues"
76
- urls.Changelog = " https://github.com/mozilla/django-csp/blob/main/CHANGES"
76
+ urls.Changelog = " https://github.com/mozilla/django-csp/blob/main/CHANGES.md "
77
77
urls.Documentation = " http://django-csp.readthedocs.org/"
78
78
urls.Homepage = " http://github.com/mozilla/django-csp"
79
79
urls."Source Code" = " https://github.com/mozilla/django-csp"
You can’t perform that action at this time.
0 commit comments