From 719893c7c2d42036d1d60482284797083c0443c3 Mon Sep 17 00:00:00 2001 From: Simon Lehericey Date: Mon, 16 Oct 2017 12:10:21 +0200 Subject: [PATCH] Gestionnaire Dossier Show: add u to the allowed tag list --- config/application.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/application.rb b/config/application.rb index a53223dff..b8663e17c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -35,5 +35,7 @@ module TPS end config.active_job.queue_adapter = :delayed_job + + config.action_view.sanitized_allowed_tags = ActionView::Base.sanitized_allowed_tags + ['u'] end end