Updates
This commit is contained in:
@@ -24,7 +24,7 @@ const sanitizeHtmlOptions = {
|
||||
"br",
|
||||
],
|
||||
allowedAttributes: {
|
||||
a: ["href", "title", "class", "style"],
|
||||
a: ["href", "title", "class", "style", "target"],
|
||||
img: ["src", "alt", "width", "height", "class", "style"],
|
||||
"*": ["style", "class", "title"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user