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.
|