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

Htmlpurifier Custom Attributes

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

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

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 - 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

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?

With Htmlpurifier, How To Add A Couple Attributes To The Default Whitelist, E.g. 'onclick'

Two questions: I have been reading docs and SO posts.. and know how to do it the long way (defining… Read more With Htmlpurifier, How To Add A Couple Attributes To The Default Whitelist, E.g. 'onclick'