Ticket #6247: 6247.diff
File 6247.diff, 812 bytes (added by , 17 years ago) |
---|
-
docs/middleware.txt
154 154 155 155 .. _Authentication in Web requests: ../authentication/#authentication-in-web-requests 156 156 157 django.contrib.csrf.middleware.CsrfMiddleware 158 --------------------------------------------- 159 160 **New in Django development version** 161 162 Adds protection against Cross Site Request Forgeries by adding hidden form 163 fields to POST forms and checking requests for the correct value. See the 164 `Cross Site Request Forgery protection documentation`_. 165 166 .. _`Cross Site Request Forgery protection documentation`: ../csrf/ 167 157 168 django.middleware.transaction.TransactionMiddleware 158 169 --------------------------------------------------- 159 170