Search Results

1
vote

XSS Blacklist - Is anyone aware of a reasonable one?

Not sure if you're using PHP, but if so you should look at HTMLPurifer. It's extremely simple to use; just add a call to the purify() method wh …