blob: ce245d8b1ed838f8c242af0bd29c66254004dd08 (
plain)
1
2
3
4
5
6
|
HTML::StripScript
===========
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.
|