diff --git a/front/src/sanitize.js b/front/src/sanitize.js index a4b4e5c8ed6263488bd86a11ed3ec091589d498a..4e42d5a4b440b1f751bfe55b1c26b7ad9d6d525b 100644 --- a/front/src/sanitize.js +++ b/front/src/sanitize.js @@ -29,7 +29,6 @@ const allowedTags = [ "th", "td", "pre", - "iframe" ] const allowedAttributes = { a: ["href", "name", "target"],