How to avoid JavaScript/CSS injections with tinymce on Django?
If I want allow user to add some formating, but I need prevent css and javascript injections. A开发者_Go百科ny solution how to do it?
TinyMCE has the ability to restrict the types of tags that users can enter - see the documentation for valid_elements
and invalid_elements
.
精彩评论