Showing posts with the label Htmlpurifier
How Can I Allow
How can I allow elements with HTML Purifier? I have tried $config->set('HTML.Allowed', …
Read more
How Can I Allow
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
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 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?
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