Fix sanitizer rule
We don't need to add a class to every span!
This commit is contained in:
parent
9c4df21753
commit
4360a50949
|
@ -86,9 +86,6 @@ class Sanitize
|
||||||
'rel' => 'nofollow noopener noreferrer',
|
'rel' => 'nofollow noopener noreferrer',
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
},
|
},
|
||||||
'span' => {
|
|
||||||
'class' => 'article-type',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
protocols: {
|
protocols: {
|
||||||
|
|
Loading…
Reference in New Issue