Skip to content

Commit

Permalink
Set enableRemoteModule to false
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorun343 committed Nov 3, 2023
1 parent 481dc17 commit e0e8888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export async function createWindow(): Promise<void> {
icon: path.join(__dirname, "..", "icon.png"),
webPreferences: {
nodeIntegration: true,
enableRemoteModule: true,
contextIsolation: false,
},
});
Expand Down

0 comments on commit e0e8888

Please sign in to comment.