diff --git a/src/renderer.js b/src/renderer.js index b5be1df..8840970 100644 --- a/src/renderer.js +++ b/src/renderer.js @@ -152,6 +152,7 @@ exports.createWindow = function createWindow() { blinkFeatures: 'OverlayScrollbars', // Slimmer scrollbars allowDisplayingInsecureContent: true, // Show http content on https site allowRunningInsecureContent: true, // Run JS, CSS from http urls + nodeIntegration: false, // Disable exposing of Node.js symbols to DOM }, });