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