diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-24 23:14:06 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-29 21:59:07 +0100 |
| commit | ebd25985962bd1466257385abcf7e8fc0df9ca0f (patch) | |
| tree | c0a1b2e4e139e44da86f946350f6a7e426bcbc97 /docs/topics | |
| parent | f27a4ee3270bd57299ce02d622978ac4d839137e (diff) | |
Removed django.contrib.markup.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/security.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/topics/security.txt b/docs/topics/security.txt index 9c4c4bbd9e..07b8ebcdd2 100644 --- a/docs/topics/security.txt +++ b/docs/topics/security.txt @@ -48,13 +48,6 @@ escaping. You should also be very careful when storing HTML in the database, especially when that HTML is retrieved and displayed. -Markup library --------------- - -If you use :mod:`django.contrib.markup`, you need to ensure that the filters are -only used on trusted input, or that you have correctly configured them to ensure -they do not allow raw HTML output. See the documentation of that module for more -information. Cross site request forgery (CSRF) protection ============================================ |
