security: enable preload sandbox on game and tab windows

This commit is contained in:
2026-04-13 18:48:29 -07:00
parent 645a93d3c4
commit 9e466ea9c4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ async function launchApp(): Promise<void> {
session: ses,
contextIsolation: false,
nodeIntegration: false,
sandbox: false,
sandbox: true,
spellcheck: false,
backgroundThrottling: false,
},
+1 -1
View File
@@ -253,7 +253,7 @@ export class TabManager {
session: this.ses,
contextIsolation: false,
nodeIntegration: false,
sandbox: false,
sandbox: true,
spellcheck: false,
},
});