aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-04-29 12:49:10 +0200
committerLibravatar GitHub <noreply@github.com>2021-04-29 10:49:10 +0000
commitd433ac994f4a25cbac913ea8528029c33af06da1 (patch)
tree6b2e08173da3113fc46ede79c2009d0bb3b457dd /src/index.js
parentdocs: add kris7t as a contributor (#1318) (diff)
downloadferdium-app-d433ac994f4a25cbac913ea8528029c33af06da1.tar.gz
ferdium-app-d433ac994f4a25cbac913ea8528029c33af06da1.tar.zst
ferdium-app-d433ac994f4a25cbac913ea8528029c33af06da1.zip
Electron 12 and nodejs 14 support (#1308)
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 6ad1d44e3..b29cec831 100644
--- a/src/index.js
+++ b/src/index.js
@@ -206,6 +206,7 @@ const createWindow = () => {
206 backgroundColor, 206 backgroundColor,
207 webPreferences: { 207 webPreferences: {
208 nodeIntegration: true, 208 nodeIntegration: true,
209 contextIsolation: false,
209 webviewTag: true, 210 webviewTag: true,
210 preload: path.join(__dirname, 'sentry.js'), 211 preload: path.join(__dirname, 'sentry.js'),
211 enableRemoteModule: true, 212 enableRemoteModule: true,