Tagged Questions
6
votes
5answers
149 views
How can dates and random numbers be used for evil in Javascript?
The ADsafe subset of Javascript prohibits the use of certain things that are not safe for guest code to have access to, such as eval, window, this, with, and so on.
For some reason, it also ...