summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-08-26 13:35:57 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-08-28 17:19:00 +0200
commitca022b8540b993a2f6bcdb6f33c751f4b5a56b58 (patch)
tree319285377f6e5e19abd513a9194f3685d9a4d9a4 /gui/src/main
parent40f2a6d3397694d3bb0d4025daee00f61f9c92d4 (diff)
downloadmullvadvpn-ca022b8540b993a2f6bcdb6f33c751f4b5a56b58.tar.xz
mullvadvpn-ca022b8540b993a2f6bcdb6f33c751f4b5a56b58.zip
Switch build pipeline to Gulp
Diffstat (limited to 'gui/src/main')
-rw-r--r--gui/src/main/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index bdfc581242..c93f0f89d7 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -1185,6 +1185,9 @@ class ApplicationMain {
fullscreenable: false,
show: false,
frame: false,
+ webPreferences: {
+ nodeIntegration: true,
+ },
};
switch (process.platform) {