From 1c57c2b0d72eb90c9f75e7979ea12a85ae131f7a Mon Sep 17 00:00:00 2001 From: Svallinn <41585298+Svallinn@users.noreply.github.com> Date: Sat, 22 May 2021 18:00:49 +0100 Subject: [PATCH] Refactor/Main: Remove `enableRemoteModule` option from `webPreferences` --- src/main/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 363de176..816e4b03 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -237,7 +237,6 @@ function runApp() { nodeIntegrationInWorker: false, webSecurity: false, backgroundThrottling: false, - enableRemoteModule: true, contextIsolation: false }, show: false