mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
removed whitespace
This commit is contained in:
parent
4e153c9ce8
commit
712ac12580
@ -26,7 +26,7 @@ function clean (dirty) {
|
||||
dirty = sanitizeHtml(dirty, {
|
||||
allowedTags: ['iframe', 'img', 'p', 'br', 'b', 'i', 'em', 'strong', 'a', 'pre', 'ul', 'li', 'ol', 's', 'strike', 'span', 'blockquote'],
|
||||
allowedAttributes: {
|
||||
a: ['href', 'class', 'target', 'data-*' , 'contenteditable'],
|
||||
a: ['href', 'class', 'target', 'data-*', 'contenteditable'],
|
||||
span: ['contenteditable', 'class', 'data-*'],
|
||||
img: ['src'],
|
||||
iframe: ['src', 'class', 'frameborder', 'allowfullscreen']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user