Fix sanitizer rule

We don't need to add a class to every span!
This commit is contained in:
Darius Kazemi 2022-12-02 17:38:01 -08:00
parent 9c4df21753
commit 4360a50949
1 changed files with 0 additions and 3 deletions

View File

@ -86,9 +86,6 @@ class Sanitize
'rel' => 'nofollow noopener noreferrer', 'rel' => 'nofollow noopener noreferrer',
'target' => '_blank', 'target' => '_blank',
}, },
'span' => {
'class' => 'article-type',
},
}, },
protocols: { protocols: {