migrate from browser bundle to Vencord:#765

This commit is contained in:
Vendicated
2023-04-03 05:19:46 +02:00
parent 4a9b882119
commit 36d4e90113
7 changed files with 8 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ export function createMainWindow() {
show: false,
webPreferences: {
nodeIntegration: false,
sandbox: true,
sandbox: false,
contextIsolation: true,
devTools: true,
preload: join(__dirname, "preload.js")