Skip to content

Commit

Permalink
Update customWindow.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
el3um4s committed Aug 7, 2022
1 parent fd5d56a commit 8b1e3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/electron/customWindow.ts
Expand Up @@ -45,6 +45,7 @@ class CustomWindow {
webPreferences: {
nodeIntegration: false,
contextIsolation: true,
sandbox: false,
preload: path.join(__dirname, "preload.js"),
},
});
Expand Down Expand Up @@ -73,6 +74,7 @@ class CustomWindow {
webPreferences: {
nodeIntegration: false,
contextIsolation: true,
sandbox: false,
preload: path.join(__dirname, "preload.js"),
},
});
Expand All @@ -98,6 +100,7 @@ class CustomWindow {
webPreferences: {
nodeIntegration: false,
contextIsolation: true,
sandbox: false,
preload: path.join(__dirname, "preload.js"),
},
});
Expand Down

0 comments on commit 8b1e3f2

Please sign in to comment.