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

How Do I Add 'javascript' Url Scheme In Html Purifier Module In Drupal?

How can I can add the 'javascript:xyz' url format for the URI.AllowedSchemes in HTML purifi… Read more How Do I Add 'javascript' Url Scheme In Html Purifier Module In Drupal?

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

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: Auto Br

How i can get: firstp second p from: first p Read more Htmlpurifier: Auto Br

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

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'

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

How Do I Add 'javascript' Url Scheme In HTML Purifier Module In Drupal?

How can I can add the 'javascript:xyz' url format for the URI.AllowedSchemes in HTML purifi… Read more How Do I Add 'javascript' Url Scheme In HTML Purifier Module In Drupal?