diff --git a/src/main-process/atom-window.js b/src/main-process/atom-window.js index 3510905d4..6218d7fd2 100644 --- a/src/main-process/atom-window.js +++ b/src/main-process/atom-window.js @@ -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 } };