Search results for "module:HTML::Scrubber"
HTML::Scrubber - Perl extension for scrubbing/sanitizing HTML
If you want to "scrub" or "sanitize" html input in a reliable and flexible fashion, then this module is for you. I wasn't satisfied with HTML::Sanitizer because it is based on HTML::TreeBuilder, so I thought I'd write something similar that works dir...
NIGELM/HTML-Scrubber-0.19 - 24 Sep 2019 12:28:19 UTC
HTML::Scrubber::StripScripts - strip scripting from HTML
This module provides a preworked configuration for HTML::Scrubber, configuring it to leave as much non-scripting markup in place as possible while being certain to eliminate all scripting constructs. This allows web applications to display HTML origi...
NCLEATON/HTML-Scrubber-StripScripts-0.02 - 18 Mar 2004 17:30:53 UTC
Catalyst::Plugin::HTML::Scrubber - Catalyst plugin for scrubbing/sanitizing html
On request, sanitize HTML tags in all params....
HIDE/Catalyst-Plugin-HTML-Scrubber-0.02 - 09 Jul 2010 06:19:29 UTC
HTML::Shakan::Filter::HTMLScrubber - HTML::Scrubber filter
remove scripts from this field's value....
SONGMU/HTML-Shakan-2.10 - 25 Apr 2017 07:38:49 UTC
HTML::FormFu::Filter::HTMLScrubber - filter removing HTML markup
Remove HTML markup using HTML::Scrubber. All the functionality of HTML::Scrubber can be accessed using this module, other than the "process" directive (which has a name clash with the HTML::FormFu::Filter framework). For details of the filtering func...
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC
HTML::Acid - Reformat HTML fragment to strict criteria
Fragments of HTML returned by a rich text editor tend to be not entirely standards compliant. "img" tags tend not to be closed. Paragraphs breaks might be represented by double "br" tags rather than "p" tags. Of course we also need to do all the XSS ...
SILASMONK/HTML-Acid-v0.0.3 - 23 Mar 2011 14:30:49 UTC
HTML::Defang - Cleans HTML as well as CSS of scripting and other executable contents, and neutralises XSS attacks.
This module accepts an input HTML and/or CSS string and removes any executable code including scripting, embedded objects, applets, etc., and neutralises any XSS attacks. A whitelist based approach is used which means only HTML known to be safe is al...
ROBM/HTML-Defang-1.07 - 03 Jul 2018 05:40:17 UTC
HTML::Laundry - Perl module to clean HTML by the piece
HTML::Laundry is an HTML::Parser-based HTML normalizer, meant for small pieces of HTML, such as user comments, Atom feed entries, and the like, rather than full pages. Laundry takes these and returns clean, sanitary, UTF-8-based XHTML. The parser's b...
CHA/HTML-Laundry-0.0107 - 19 Jan 2017 15:23:24 UTC
HTML::Truncate - (beta software) truncate HTML by percentage or character count while preserving well-formedness.
ASHLEY/HTML-Truncate-0.20
-
14 Jul 2009 00:30:12 UTC
HTML::Restrict - Strip unwanted HTML tags and attributes
This module uses HTML::Parser to strip HTML from text in a restrictive manner. By default all HTML is restricted. You may alter the default behaviour by supplying your own tag rules....
OALDERS/HTML-Restrict-v3.0.1 - 22 Sep 2022 22:34:10 UTC
HTML::Detergent - Clean the gunk off an HTML document
HTML::Detergent is for isolating the main content of an HTML page, stripping it of navigation, visual design, and other ancillary content. The main purpose of this module is to aid in the migration of web content from one content management system to...
DORIAN/HTML-Detergent-0.06 - 04 Jul 2013 20:23:45 UTC
HTML::Detoxifier - practical module to strip harmful HTML
HTML::Detoxifier is a practical module to remove harmful tags from HTML input. It's intended to be used for web sites that accept user input in the form of HTML and then present that information in some form. Accepting all HTML from untrusted users i...
PWALTON/HTML-Detoxifier-0.02 - 02 Mar 2004 03:09:14 UTC
Email::Store::HTML - various HTML related functions for Email::Store::Mail
SIMONW/Email-Store-HTML-0.1
-
08 Feb 2005 17:02:21 UTC
HTML::StripScripts - Strip scripting constructs out of HTML
This module strips scripting constructs out of HTML, leaving as much non-scripting markup in place as possible. This allows web applications to display HTML originating from an untrusted source without introducing XSS (cross site scripting) vulnerabi...
DRTECH/HTML-StripScripts-1.06 - 12 May 2016 09:44:35 UTC
HTML::LinkExtractor - Extract "WHAT'S A LINK-type tag" in links from an HTML document
HTML::LinkExtractor is used for extracting links from HTML. It is very similar to HTML::LinkExtor, except that besides getting the URL, you also get the link-text. Example ( please run the examples ): use HTML::LinkExtractor; use Data::Dumper; my $in...
PODMASTER/HTML-LinkExtractor-0.13 - 07 Jan 2005 00:54:07 UTC