django-wysiwyg icon indicating copy to clipboard operation
django-wysiwyg copied to clipboard

Integrate django-bleach

Open blag opened this issue 9 years ago • 0 comments

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.

blag avatar Jun 17 '15 05:06 blag