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:
parent
1473ca4e6f
commit
1b913091b7
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user