django-wysiwyg
django-wysiwyg copied to clipboard
Integrate django-bleach
The django-bleach app makes using bleach extremely easy to use in Django projects. Bleach "an HTML sanitizing library that escapes or strips markup and attributes based on a white list".
Bleach "relies on html5lib, [and] is as good as modern browsers at dealing with weird, quirky HTML fragments. And any of Bleach's methods will fix unbalanced or mis-nested tags".
Please integrate django-bleach into this project for secure HTML sanitizing.