index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
check_framework
/
test_security.py
Age
Commit message (
Collapse
)
Author
2016-12-19
Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.
Tim Graham
2016-12-17
Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.
Raphael Michel
2016-08-10
Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD.
Ed Morley
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP.
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-07-15
Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.
rroskam
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.