Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
140 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 ...