fixup! Added HTML sanitizer
This commit is contained in:
parent
fbb814bca8
commit
ef3c37584a
|
@ -29,7 +29,6 @@ const allowedTags = [
|
|||
"th",
|
||||
"td",
|
||||
"pre",
|
||||
"iframe"
|
||||
]
|
||||
const allowedAttributes = {
|
||||
a: ["href", "name", "target"],
|
||||
|
|
Loading…
Reference in New Issue