mirror of
https://github.com/electron/electron.git
synced 2026-02-18 02:51:53 -05:00
Node integration option is now only true/false
This commit is contained in:
@@ -16,7 +16,7 @@ app.on('ready', function() {
|
||||
width: 800,
|
||||
height: 600,
|
||||
resizable: false,
|
||||
'node-integration': 'disable',
|
||||
'node-integration': true,
|
||||
'auto-hide-menu-bar': true,
|
||||
'use-content-size': true,
|
||||
'web-preferences': {
|
||||
|
||||
Reference in New Issue
Block a user