fixup! Added HTML sanitizer

This commit is contained in:
Eliot Berriot 2019-08-28 11:32:33 +02:00
parent fbb814bca8
commit ef3c37584a
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ const allowedTags = [
"th",
"td",
"pre",
"iframe"
]
const allowedAttributes = {
a: ["href", "name", "target"],