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

Coloured font fields not displayed properly in fields cleaned by bleach

Open rafiqhilali opened this issue 5 years ago • 1 comments

When changing the background colour and text colour of fields they are not displayed properly. Also code formatted fields

Summernote outputs these fields with the <font> tag and the color attribute. These are not in the allowed attributes and tags in the bleach settings

rafiqhilali avatar Jul 13 '20 20:07 rafiqhilali

i have opened a PR here - https://github.com/summernote/django-summernote/pull/410

rafiqhilali avatar Jul 13 '20 20:07 rafiqhilali