diff --git a/src/main/index.ts b/src/main/index.ts index c947c18..0b54bc0 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -307,7 +307,7 @@ async function launchApp(): Promise { session: ses, contextIsolation: false, nodeIntegration: false, - sandbox: false, + sandbox: true, spellcheck: false, backgroundThrottling: false, }, diff --git a/src/main/tab-manager.ts b/src/main/tab-manager.ts index fc7c991..81185a3 100644 --- a/src/main/tab-manager.ts +++ b/src/main/tab-manager.ts @@ -253,7 +253,7 @@ export class TabManager { session: this.ses, contextIsolation: false, nodeIntegration: false, - sandbox: false, + sandbox: true, spellcheck: false, }, });