1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Allowing to use no-cors requests

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-02-11 11:34:09 +03:00
parent 1473ca4e6f
commit 1b913091b7

View File

@ -75,6 +75,7 @@ export class WindowManager extends Singleton {
webviewTag: true, webviewTag: true,
contextIsolation: false, contextIsolation: false,
nativeWindowOpen: false, nativeWindowOpen: false,
webSecurity: false, // TODO: set true for production!
}, },
}); });
this.windowState.manage(this.mainWindow); this.windowState.manage(this.mainWindow);