From a84d0d6c7f189e6b277a7b8c45ef0cbbca84cd40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Tue, 9 Nov 2021 15:33:37 +0100
Subject: [PATCH] bundle

---
 Gemfile.lock          | 2 +-
 config/application.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 3f6528c2c..92c97865d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -202,7 +202,7 @@ GEM
     js_cookie_rails (2.2.0)
       railties (>= 3.1)
     json (2.6.1)
-    kamifusen (1.10)
+    kamifusen (1.10.1)
       image_processing
       rails
     kaminari (1.2.1)
diff --git a/config/application.rb b/config/application.rb
index f7a0bf5c3..41bc52487 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -49,7 +49,7 @@ module Osuny
     }
 
     config.action_view.sanitized_allowed_tags = ['strong', 'em', 'b', 'i', 'u', 'p', 'code', 'pre', 'tt', 'samp', 'kbd', 'var', 'sub', 'sup', 'dfn', 'cite', 'big', 'small', 'address', 'hr', 'br', 'div', 'span', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ul', 'ol', 'li', 'dl', 'dt', 'dd', 'abbr', 'acronym', 'a', 'img', 'blockquote', 'del', 'ins', 'picture']
-    config.action_view.sanitized_allowed_attributes = ['href', 'src', 'srcset', 'width', 'height', 'alt', 'cite', 'datetime', 'title', 'class', 'name', 'xml:lang', 'abbr', 'style', 'target', 'sizes', 'loading', 'decoding']
+    config.action_view.sanitized_allowed_attributes = ['href', 'src', 'srcset', 'width', 'height', 'alt', 'cite', 'datetime', 'title', 'class', 'name', 'xml:lang', 'abbr', 'style', 'target', 'sizes', 'loading', 'decoding', 'type']
 
     config.allowed_special_chars = '#?!,@$%^&*+£µ-'
 
-- 
GitLab