Tagged Questions
4
votes
5answers
1k views
XSS : Blacklist characters vs. whitelist
I have been studying to prevent my web app against XSS.
I read about it on OWASP and other security channels, they all say that use ESAPI and similar library, and also do input filtering through ...