Tagged Questions
8
votes
6answers
2k views
Best way to handle security and avoid XSS with user entered URLs
We have a high security application and we want to allow users to enter URLs that other users will see.
This introduces a high risk of XSS hacks - a user could potentially enter javascript that ...