Add more safe html types

- b for bold
- del for semantic redaction
- s, strike for strikethroughs
- h6 was missing
This commit is contained in:
trwnh 2019-04-23 21:12:02 -05:00 committed by GitHub
parent aaf5253422
commit f553543a16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ return [
'HTML.Allowed' => env('RESTRICT_HTML_TYPES', true) ? 'HTML.Allowed' => env('RESTRICT_HTML_TYPES', true) ?
'a[href|title|rel],p,span,br' : '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',
/* /*