Browse Source

Fix sanitizer rule

We don't need to add a class to every span!
pull/1233/head
Darius Kazemi 3 years ago
parent
commit
4360a50949
  1. 3
      lib/sanitize_ext/sanitize_config.rb

3
lib/sanitize_ext/sanitize_config.rb

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

Loading…
Cancel
Save