blob: 44b395a6e94b9b10b1841bd4399d9d558b5df6c6 (
plain) (
blame)
1
2
3
4
|
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.
|