mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #20741 from atom/enable-webview-on-main-process
Enable WebView on main-process in electron options
This commit is contained in:
@@ -48,7 +48,8 @@ module.exports = class AtomWindow extends EventEmitter {
|
||||
// response to a middle-click.
|
||||
// (Ref: https://github.com/atom/atom/pull/12696#issuecomment-290496960)
|
||||
disableBlinkFeatures: 'Auxclick',
|
||||
nodeIntegration: true
|
||||
nodeIntegration: true,
|
||||
webview: true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user