summaryrefslogtreecommitdiff
path: root/tests/middleware/test_security.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-38/+50
* Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham2021-04-301-28/+0
* Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc2021-03-301-0/+39
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-19/+46
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-12/+12
* Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope2019-09-091-0/+33
* Corrected settings names in SecurityMiddleware tests.Nick Pope2019-03-201-33/+26
* Capitalized SecurityMiddleware headers for consistency with other headers.Artur Juraszek2018-10-301-32/+32
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-1/+2
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-10/+10
* Fixed #26947 -- Added an option to enable the HSTS header preload directive.Ed Morley2016-08-101-0/+31
* Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley2016-08-081-2/+2
* Fixed a typo in tests/middleware/test_security.pyTim Graham2016-07-281-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-3/+3
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-4/+1
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham2014-09-121-0/+202