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