pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
http://django-wysiwyg.readthedocs.org
MIT License
465 stars 63 forks source link

Integrate django-bleach #53

Open blag opened 9 years ago

blag commented 9 years ago

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.