summaryrefslogtreecommitdiff
path: root/django/middleware/security.py
AgeCommit message (Expand)Author
2022-10-31Used more augmented assignment statements.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-04-30Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham
2021-03-30Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc
2021-01-14Refs #26601 -- Made get_response argument required and don't accept None in m...Mariusz Felisiak
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-08-28Fixed #31928 -- Fixed detecting an async get_response in various middlewares.Kevin Michel
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2018-10-30Capitalized SecurityMiddleware headers for consistency with other headers.Artur Juraszek
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2016-08-10Fixed #26947 -- Added an option to enable the HSTS header preload directive.Ed Morley
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham