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
/
django
/
middleware
/
security.py
Age
Commit message (
Expand
)
Author
2022-10-31
Used more augmented assignment statements.
Nick Pope
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
2021-01-14
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-08-28
Fixed #31928 -- Fixed detecting an async get_response in various middlewares.
Kevin Michel
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
2018-10-30
Capitalized SecurityMiddleware headers for consistency with other headers.
Artur Juraszek
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2016-08-10
Fixed #26947 -- Added an option to enable the HSTS header preload directive.
Ed Morley
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham