- add HTML-StripScripts-Parser 1.02
This class provides an easy interface to HTML::StripScripts, using
HTML::Parser to parse the HTML.
See HTML::Parser for details of how to customise how the raw HTML
is parsed into tags, and HTML::StripScripts for details of how to
customise the way those tags are filtered.
WWW: http://search.cpan.org/dist/HTML-StripScripts-Parser/
Submitted by: kftseng@iyard.org
- add HTML-StripScripts 1.04
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) vulnerabilities.
You will probably use HTML::StripScripts::Parser rather than using
this module directly.
WWW: http://search.cpan.org/dist/HTML-StripScripts/
Submitted by: kftseng@iyard.org
- add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c is
compiled with proper thread locking.
- bump PORTVERSION
PR: ports/122525
Submitted by: maintainer