django1/django/middleware
Joshua Kehn ab26b65b2f Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.
Added the CSRF_TRUSTED_ORIGINS setting which contains a list of other
domains that are included during the CSRF Referer header verification
for secure (HTTPS) requests.
2015-09-05 09:19:57 -04:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Removed unnecessary arguments in .get method calls 2015-05-13 20:51:18 +02:00
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 #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS. 2015-09-05 09:19:57 -04:00
gzip.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
http.py Fixed #24935 -- Refactored common conditional GET handling. 2015-08-15 09:08:45 -04:00
locale.py Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set. 2015-03-26 09:26:55 -04:00
security.py Fixed #17101 -- Integrated django-secure and added check --deploy option 2014-09-12 15:05:23 -04:00