django1/django/middleware
Matt Robenolt b0c56b895f Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
Thanks Seth Gottlieb for help with the documentation and
Carl Meyer and Joshua Kehn for reviews.
2015-09-16 12:21:50 -04:00
..
__init__.py
cache.py
clickjacking.py Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
common.py Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when Referer = URL. 2015-08-24 19:35:49 -04:00
csrf.py Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
gzip.py
http.py Fixed #24935 -- Refactored common conditional GET handling. 2015-08-15 09:08:45 -04:00
locale.py
security.py