aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-05-10 01:25:59 +0800
committerleeym <leeym@FreeBSD.org>2008-05-10 01:25:59 +0800
commita4ac3114f44627f178b2046ba386973614332f14 (patch)
treee23bb159889e805a32d7e3511067c0af2ca41c5e /www/Makefile
parentcf92220b5b6950fc01c3e852529636504f9d1b2d (diff)
downloadfreebsd-ports-gnome-a4ac3114f44627f178b2046ba386973614332f14.tar.gz
freebsd-ports-gnome-a4ac3114f44627f178b2046ba386973614332f14.tar.zst
freebsd-ports-gnome-a4ac3114f44627f178b2046ba386973614332f14.zip
- 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
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 565332ed8ada..846a9ff23bc2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -781,6 +781,7 @@
SUBDIR += p5-HTML-StickyQuery
SUBDIR += p5-HTML-Stream
SUBDIR += p5-HTML-Strip
+ SUBDIR += p5-HTML-StripScripts
SUBDIR += p5-HTML-Summary
SUBDIR += p5-HTML-Table
SUBDIR += p5-HTML-TableExtract