Script Category : PHP
Script Sub Category : Security Systems
kses is an HTML filter. It removes all unwanted HTML elements and HTML attributes, no matter how malformed HTML input it gets. This is helpful for avoiding XSS (Cross-site Scripting) security holes, among other things.
|