From ef3c37584aa78d082eb2940f42d36ba0a1e1eb69 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Wed, 28 Aug 2019 11:32:33 +0200
Subject: [PATCH] fixup! Added HTML sanitizer

---
 front/src/sanitize.js | 1 -
 1 file changed, 1 deletion(-)

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"],
-- 
GitLab