Search Results

2
votes
6answers
224 views

What’s the minimum you should do to avoid an XSS attack? [closed]

Obviously any routine to sanitize user input will never be 100% effective. I would go with whitelisting valid tags as a better approach than blacklisting invalid ones, but what extra steps should b …