Commit History

Author SHA1 Message Date
  Camilo Nova e1d83c2f3f [1.9.x] Used strict comparison in docs/ref/csrf.txt's JavaScript. 8 years ago
  B. J. Potter 16ce7a51ea [1.9.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation. 8 years ago
  B. J. Potter 19cb66a54a [1.9.x] Added syntax highlighting to CSRF example. 8 years ago
  Holly Becker cbc8ef6127 [1.9.x] Refs #26628 -- Documented CSRF failure logging. 8 years ago
  Vasiliy Faronov cb33e553ee [1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616. 8 years ago
  Vaclav Ehrlich 147f9a0d2a [1.9.x] Fixed #26201 -- Documented the consequences of rotating the CSRF token on login. 8 years ago
  acemaster 73d8e646d7 [1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection. 8 years ago
  userimack f3194d951d [1.9.x] Fixed #26181 -- Corrected AngularJS CSRF example. 8 years ago
  Luke Plant b5c4972283 [1.9.x] Changed `action="."` to `action=""` in tests and docs. 8 years ago
  Danilo Bargen 577ec6fcd1 [1.9.x] Added docs about configuring CSRF support in AngularJS. 8 years ago
  Tim Graham d162b0bcd8 [1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 8 years ago
  Jon Dufresne bf76cf07e0 [1.9.x] Fixed #25778 -- Updated docs links to use https when available. 9 years ago
  Agnieszka Lasyk b3389956c9 [1.9.x] Fixed #25755 -- Unified spelling of "website". 9 years ago
  Matt Robenolt b0c56b895f Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 9 years ago
  Joshua Kehn ab26b65b2f Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS. 9 years ago
  Marc f9de197268 Recommended the JavaScript Cookie library instead of jQuery cookie. 9 years ago
  Dave Hodder 08c980d752 Updated capitalization in the word "JavaScript" for consistency 9 years ago
  Grzegorz Slusarek 668d53cd12 Fixed #21495 -- Added settings.CSRF_HEADER_NAME 9 years ago
  Aymeric Augustin 9eb4f28e89 Deprecated TEMPLATE_CONTEXT_PROCESSORS. 9 years ago
  Aymeric Augustin 92e8f1f302 Moved context_processors from django.core to django.template. 10 years ago
  Fabio Natali fa680ce1e2 Fixed #23825 -- Added links for decorating class-based views to the CSRF docs. 10 years ago
  Thomas Chaumeny d3db878e4b Moved CSRF docs out of contrib. 10 years ago