From 0a155c63e772f45c1a9a30e4ac50647407bc4c35 Mon Sep 17 00:00:00 2001 From: Akash Nimare Date: Thu, 22 Mar 2018 10:57:35 +0530 Subject: [PATCH] security: Do not allow running insecure contents in app. --- app/main/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main/index.js b/app/main/index.js index d69e087..91f6d43 100644 --- a/app/main/index.js +++ b/app/main/index.js @@ -71,7 +71,6 @@ function createMainWindow() { minHeight: 400, webPreferences: { plugins: true, - allowDisplayingInsecureContent: true, nodeIntegration: true }, show: false