Skip to content Skip to sidebar Skip to footer
Showing posts with the label Htmlpurifier

Is There A Way To Stop Htmlpurifier/csstidy From Forcing Input Css Into All Lowercase?

Using PHP/Codeigniter/HTMLPurifier/CSStidy like so: require_once 'extra/htmlpurifier-4_4_0/li… Read more Is There A Way To Stop Htmlpurifier/csstidy From Forcing Input Css Into All Lowercase?

Htmlpurifier Custom Attributes

How to allow custom (html5 data-*) attributes in HtmlPurifier? Input: leads to an error: Attribut… Read more Htmlpurifier Custom Attributes

Allowing Data-* Attributes With Htmlpurifier

Currently I am using this code with HTMLPurifier to allow data-* HTML tag attributes: $def = $c… Read more Allowing Data-* Attributes With Htmlpurifier

Include Htmlpurifier With Zend_loader

I want to use the HTMLpurifier in combination with the Zend Framework. I would love to load the Cla… Read more Include Htmlpurifier With Zend_loader

Htmlpurifier - Adding To Ignore List

I am trying to pass some XML tags (abcdef>) through htmlpurifier. Since the tags itself are not … Read more Htmlpurifier - Adding To Ignore List

Remove Empty Tags In Imperavi Redactor

Using Imperavi Redactor with Yii 2 framework. When no text is entered, Imperavi Redactor produces t… Read more Remove Empty Tags In Imperavi Redactor

How To Use Htmlpurifier To Allow Entire Document To Be Passed Including Html,head,title,body

Given the code below, how do I use htmlpurifier to allow the entire contents to pass through. I wan… Read more How To Use Htmlpurifier To Allow Entire Document To Be Passed Including Html,head,title,body

Htmlpurifier, Check Entire Html Document

I'm using HTMLPurifier to check for XSS in an entire HTML document. The problem is that it appe… Read more Htmlpurifier, Check Entire Html Document