Securing JavaScript Applications
Posted on: Monday, November 12th, 2007 in: JavaScript, SecurityOne big problem with using JavaScript as the basis for your application is that if a hacker gets clever they can insert their own JavaScript into your trusted page and execute it as though it were yours (XSS).
You could curtail a hacker by modifying the DOM so that the objects they would typically use to […]