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
/
docs
/
topics
/
security.txt
Age
Commit message (
Expand
)
Author
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2012-12-29
Removed django.contrib.markup.
Aymeric Augustin
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-10
Fixed a security issue in get_host.
Florian Apolloner
2012-09-06
Formatting fix for host headers section
David Fischer
2012-09-06
Added CSRF with HTTPS/HSTS and forwarding note
David Fischer
2012-09-06
Added note about Strict Transport Security (HSTS)
David Fischer
2012-06-04
Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.
Luke Plant
2012-04-19
Added more explicit warnings about unconfigured reStructured Text usage in docs.
Luke Plant
2011-12-17
Quick edit of docs/topics/security.txt to catch some basic formatting problem...
Adrian Holovaty
2011-09-10
Added protection against spoofing of X_FORWARDED_HOST headers. A security ann...
Russell Keith-Magee
2011-07-29
Fixes #16482 -- Fixes typo in security docs. Thanks, charettes.
Jannis Leidel
2011-07-17
Grammar fixes and content tweaks to XSS section of security docs.
Luke Plant
2011-07-06
Improved warning about file uploads in docs, and added link from security ove...
Luke Plant
2011-06-14
Fixed #16248 -- Corrected a few typos in the security docs. Thanks, buddelkiste.
Jannis Leidel
2011-06-10
Fixed #14201 - Add a "security overview" page to the docs
Luke Plant