On Wed, 2016-03-09 at 12:27 -0900, Dan Morphis wrote: > Why sandbox? I would much prefer to have full access.
I'm guessing you want that in order to fetch data from external sources (e.g. database)? In that case there will be a way to do that, just not directly within the preset script. This isn't just for security and performance reasons, but also because we need to guarentee execution results being only determined by the input state and without any side effects (i.e. pure function). Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
