diff --git a/src/Content/Text/HTML.php b/src/Content/Text/HTML.php index 4eed07718..ae9452abb 100644 --- a/src/Content/Text/HTML.php +++ b/src/Content/Text/HTML.php @@ -984,6 +984,7 @@ class HTML $config->set('Attr.AllowedRel', [ 'noreferrer' => true, 'noopener' => true, + 'tag' => true, ]); $config->set('Attr.AllowedFrameTargets', [ '_blank' => true,