From 33e1f2be27218ec10a310c9ae46d83a01698b5cb Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 28 Feb 2022 13:41:46 +0100 Subject: [PATCH] tables --- config/application.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 010539967..fa48add78 100644 --- a/config/application.rb +++ b/config/application.rb @@ -53,7 +53,8 @@ module Osuny "cite", "code", "dd", "del", "dfn", "div", "dl", "dt", "em", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "i", "img", "ins", "kbd", "li", "ol", "p", "picture", "pre", "samp", "small", "source", "span", "strong", - "sub", "sup", "tt", "u", "ul", "var", "video", "iframe", "action-text-attachment" + "sub", "sup", "tt", "u", "ul", "var", "video", "iframe", "action-text-attachment", + "table", "thead", "tbody", "tr", "td", "th" ] config.action_view.sanitized_allowed_attributes = [ "abbr", "allowfullscreen", "alt", "cite", "controls", "datetime", -- GitLab