Skip to content
Snippets Groups Projects
Commit 9134a16b authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Update BLEACH_ALLOWED_TAGS.

parent 9f847b45
No related branches found
No related tags found
No related merge requests found
...@@ -428,7 +428,7 @@ SOCIAL_AUTH_PIPELINE = ( ...@@ -428,7 +428,7 @@ SOCIAL_AUTH_PIPELINE = (
) )
# Bleach Settings # Bleach Settings
BLEACH_ALLOWED_TAGS = ['h2', 'h3', 'p', 'b', 'i', 'em', 'strong', 'a', 'ul', 'ol', 'li', 'br', 'span'] BLEACH_ALLOWED_TAGS = ['a', 'b', 'big', 'blockquote', 'br', 'cite', 'code', 'dd', 'del', 'dl', 'dt', 'em', 'h2', 'h3', 'h4', 'h5', 'h6', 'hr', 'i', 'ins', 'li', 'ol', 'p', 'pre', 'small', 'span', 'strong', 'sub', 'sup', 'ul']
BLEACH_ALLOWED_ATTRIBUTES = ['href', 'title', 'class'] BLEACH_ALLOWED_ATTRIBUTES = ['href', 'title', 'class']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment