커밋 기록

작성자 SHA1 메시지 날짜
  Shai Berger 5112e65ef2 Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them 9 년 전
  Florian Apolloner 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. 9 년 전
  Vasiliy Faronov ac77c55bc5 Fixed #26567 -- Updated references to obsolete RFC2616. 9 년 전
  Tim Graham df8d8d4292 Fixed E128 flake8 warnings in django/. 9 년 전
  chemary 2d28144c95 Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True). 9 년 전
  Marten Kenbeek 16411b8400 Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 9 년 전
  Matt Robenolt b0c56b895f Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 10 년 전
  Joshua Kehn ab26b65b2f Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS. 9 년 전
  Jay Cox eef95ea96f Fixed #24696 -- Made CSRF_COOKIE computation lazy. 10 년 전
  Grzegorz Slusarek 668d53cd12 Fixed #21495 -- Added settings.CSRF_HEADER_NAME 10 년 전
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 년 전
  Claude Paroz 27dd7e7271 Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware 10 년 전
  Tim Graham 815e7a5721 Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data. 10 년 전
  Roger Hu 9b729ddd8f Fixed #22185 -- Added settings.CSRF_COOKIE_AGE 11 년 전
  Milton Mazzarri cbc7cbbc5b Fixed flake8 E251 violations 11 년 전
  Alex Gaynor 7548aa8ffd More attacking E302 violators 11 년 전
  Bouke Haarsma 6107435386 Fixed #21324 -- Translate CSRF failure view 11 년 전
  Tim Graham ac4fec5ca2 Fixed bug causing CSRF token not to rotate on login. 11 년 전
  Aymeric Augustin ffcf24c9ce Removed several unused imports. 11 년 전
  Andrew Godwin 1514f17aa6 Rotate CSRF token on login 12 년 전
  Olivier Sels 63a9555d57 Fixed #19436 -- Don't log warnings in ensure_csrf_cookie. 12 년 전
  Aymeric Augustin 720888a146 Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie. 12 년 전
  Tim Graham ee26797cff Fixed typos in docs and comments 12 년 전
  Claude Paroz 26ff2be787 Imported getLogger directly from logging module 12 년 전
  Collin Anderson f416ea9c8d fixed rfc comment typo in middleware/csrf.py 12 년 전
  Claude Paroz d774ad752d [py3] Made csrf context processor return Unicode 12 년 전
  Adrian Holovaty 7981efe04f Documentation (and some small source code) edits from [17432] - [17537] 13 년 전
  Paul McMillan a77679dfaa Fixes #16827. Adds a length check to CSRF tokens before applying the santizing regex. Thanks to jedie for the report and zsiciarz for the initial patch. 13 년 전
  Jannis Leidel f0a1633425 Fixed #17358 -- Updated logging calls to use official syntax for arguments instead of string interpolation. Thanks, spulec. 13 년 전
  Luke Plant cb060f0f34 Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests 14 년 전