From 23b96e33890ef1a6c49f7f844871831cabe8c8d5 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 31 Jan 2019 14:01:32 -0700 Subject: [PATCH] Update HTML Purifier config --- config/purify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/purify.php b/config/purify.php index b55cad9a4..36915eb17 100644 --- a/config/purify.php +++ b/config/purify.php @@ -54,7 +54,7 @@ return [ | */ - 'HTML.Doctype' => 'XHTML 1.0 Strict', + 'HTML.Doctype' => 'XHTML 1.0 Transitional', /* |-------------------------------------------------------------------------- @@ -67,7 +67,7 @@ return [ | */ - 'HTML.Allowed' => 'a[href|title|rel],p', + 'HTML.Allowed' => 'a[href|title|rel],p,strong,em,i,u,h1,h2,h3,h4,h5,ul,ol,li', /* |--------------------------------------------------------------------------