Search code examples
javascriptsandbox

Sandboxing Javascript code


I am working on a game in Javascript, and I would like to be able to include a modding API. How can I allow a developer to execute arbitrary code using my API while keeping them from doing malicious activities (stealing cookies, redirecting to a malicious site)?


Solution

  • There's a project by Google that aims to allow you to do something like this.