Merge pull request #834 from bitpayalan/master
Disable node-integration in atom-shell browser environment
This commit is contained in:
commit
504d4da0c6
1 changed files with 3 additions and 2 deletions
|
|
@ -24,7 +24,8 @@ module.exports = function(copay) {
|
||||||
// create the main window
|
// create the main window
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
width: config.window.width,
|
width: config.window.width,
|
||||||
height: config.window.height
|
height: config.window.height,
|
||||||
|
"node-integration": "disable"
|
||||||
});
|
});
|
||||||
|
|
||||||
// hide the empty window
|
// hide the empty window
|
||||||
|
|
@ -52,7 +53,7 @@ module.exports = function(copay) {
|
||||||
mainWindow = null;
|
mainWindow = null;
|
||||||
});
|
});
|
||||||
|
|
||||||
// mainWindow.toggleDevTools();
|
//mainWindow.toggleDevTools();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue