如何在yii中允许CHtmlPurifier中的页眉/页脚html元素?
我尝试了这段代码,但错误。
$CHtmlPurifier = new CHtmlPurifier();
$CHtmlPurifier->options = array('HTML.AllowedElements' => ['header'=>true]);
echo $CHtmlPurifier->purify('<header>Testing</header>');
我花了一些时间来搜索一些覆盖类来允许这个但是找不到。