mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
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
4 lines
265 B
Text
4 lines
265 B
Text
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.
|