Parcourir la source

Merge pull request #1182 from pixelfed/trwnh-more-html-types

Add more safe html types
daniel il y a 6 ans
Parent
commit
f53d129101
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      config/purify.php

+ 1 - 1
config/purify.php

@@ -69,7 +69,7 @@ return [
 
         'HTML.Allowed' => env('RESTRICT_HTML_TYPES', true) ? 
             'a[href|title|rel],p,span,br' :
-            'a[href|title|rel],p,span,strong,em,i,h1,h2,h3,h4,h5,ul,ol,li,br',
+            'a[href|title|rel],p,span,strong,em,del,b,i,s,strike,h1,h2,h3,h4,h5,h6,ul,ol,li,br',
 
 
         /*