Showing posts with the label Htmlpurifier
Using Html Purifier On A Site With Only Plain Text Input
I would appreciate an answer to settle a disagreement between me and some co-workers. We have a typ…
Read more
Using Html Purifier On A Site With Only Plain Text Input
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
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