mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, Uninen
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -154,6 +154,17 @@ every incoming ``HttpRequest`` object. See `Authentication in Web requests`_. | ||||
|  | ||||
| .. _Authentication in Web requests: ../authentication/#authentication-in-web-requests | ||||
|  | ||||
| django.contrib.csrf.middleware.CsrfMiddleware | ||||
| --------------------------------------------- | ||||
|  | ||||
| **New in Django development version** | ||||
|  | ||||
| Adds protection against Cross Site Request Forgeries by adding hidden form | ||||
| fields to POST forms and checking requests for the correct value. See the | ||||
| `Cross Site Request Forgery protection documentation`_. | ||||
|  | ||||
| .. _`Cross Site Request Forgery protection documentation`: ../csrf/ | ||||
|  | ||||
| django.middleware.transaction.TransactionMiddleware | ||||
| --------------------------------------------------- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user