- Add support/testing for Django 2.2 and 3.0 - Add support/testing for Python 3.7 and 3.8 - Disable CSP for Django NotFound debug view - Add new headers used in CSP level 3 - Add support for the report-to directive
3.5
===
- New RateLimitedCSPMiddleware middleware (97) - Add support for csp nonce and "script" template tag. (78) - Various smaller fixes along the way
3.4
===
- Remove support for Django 1.6 and 1.7 as they're out of life - Adds pypy3, Django 2.0.x and current Django master to our CI tests - Allow removing directives using csp_replace - Add CSP nonce support
3.3
===
- Add support for Django 1.11 - Add support for Python 3.6