| Home | Trees | Indices | Help |
|---|
|
|
Cross Site Request Forgery Middleware.
This module provides a middleware that implements protection against request forgeries from other sites.
|
|||
|
CsrfMiddleware Django middleware that adds protection against Cross Site Request Forgeries by adding hidden form fields to POST forms and checking requests for the correct value. |
|||
|
|||
|
|||
|
|||
_ERROR_MSG = '<html xmlns="http://www.w3.org/1999/xhtml" xml:l
|
|||
_POST_FORM_RE = re.compile(r'
|
|||
_HTML_TYPES =
|
|||
|
|||
_ERROR_MSG
|
_POST_FORM_RE
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:12 2008 | http://epydoc.sourceforge.net |