mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
3f81d34c3e
This module accepts an input HTML and/or CSS string and removes any executable code including scripting, embedded objects, applets, etc., and neutralises any XSS attacks. A whitelist based approach is used which means only HTML known to be safe is allowed through. PR: 267880
5 lines
265 B
Plaintext
5 lines
265 B
Plaintext
This module accepts an input HTML and/or CSS string and removes any
|
|
executable code including scripting, embedded objects, applets, etc.,
|
|
and neutralises any XSS attacks. A whitelist based approach is used
|
|
which means only HTML known to be safe is allowed through.
|