jailed
jailed copied to clipboard
execute untrusted code with custom permissions
Hi, How can the parent process can get notified if the jailed code throws an exception or fails executing its code? Something like: ``` javascript function task(){ foo()//foo is not...
Location
I'm looking for a way to share application window.location with plugin. // plugin.js application.remote.alert(application.remote.location.href); How to accomplish that?
Hi I am relative new to node and trying out how to use jailed. So I have started with the basic functionality with this script > //npm install jailed >...
Hi, This is more or less a question, I'm wondering rather than creating a new iFrame every time a Jailed plugin is executed is it possible to use one that...
If the loaded code in sandbox requires some dependency/lib, is there any way to import the libs to sandbox for the code to use?
Hi - i am still trying to get jailed up and running in the Electron-environment (Node 5.1.1, Chrome 47.0.2526.110, Electron 0.36.9) and feel i make no progress. I am using...
Is there a way to load an external javascript file into the plugin's context (either from the main page or from the plugin)? For example, if the plugin code depends...
I'd like to use Jailed in Meteor. Currently, I tried to use Jailed using meteorhacks:npm package which is a meteor extension that makes npm packages usable in Meteor. https://atmospherejs.com/meteorhacks/npm But,...
I've encountered a problem while debugging app using jailed in WebStorm. If i run the app in debug mode I get EADDRINUSE. However I found that adding '--debug' to execArgv...
I need to pass an object a larger context as an interface with sub properties, but the sub properties are undefined when accessed inside a jailed environment. I read through...