index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
middleware
/
test_security.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-30
Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.
Tim Graham
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2019-09-09
Fixed #29406 -- Added support for Referrer-Policy header.
Nick Pope
2019-03-20
Corrected settings names in SecurityMiddleware tests.
Nick Pope
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2016-08-10
Fixed #26947 -- Added an option to enable the HSTS header preload directive.
Ed Morley
2016-08-08
Fixed docs to refer to HSTS includeSubdomains as a directive.
Ed Morley
2016-07-28
Fixed a typo in tests/middleware/test_security.py
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham