diff --git a/front/src/sanitize.js b/front/src/sanitize.js index a4b4e5c8e..4e42d5a4b 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"],