6271366656
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.
17 lines
322 B
Makefile
17 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 20:12:18 landry Exp $
|
|
|
|
COMMENT = strip scripting constructs out of HTML
|
|
|
|
DISTNAME = HTML-StripScripts-1.05
|
|
CATEGORIES = www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|