libhtml-stripscripts-perl

module for removing scripts from HTML

Description

HTML::StripScripts is a Perl module for neutralizes scripting constructs in 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 cross-site scripting (XSS) vulnerabilities.

The process is based on whitelists of tags, attributes and attribute values. This approach is the most secure against disguised scripting constructs hidden in malicious HTML documents.

As well as removing scripting constructs, this module ensures that there is a matching end for each start tag, and that the tags are properly nested.

You will probably use HTML::StripScripts::Parser rather than using this module directly (see libhtml-stripscripts-parser-perl).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/HTML-StripScripts


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libhtml-stripscripts-perl