fix: Electron security issues and TOTP/None auth issues
This commit is contained in:
@@ -62,10 +62,11 @@ function createWindow() {
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
contextIsolation: true,
|
||||
webSecurity: true,
|
||||
webSecurity: false,
|
||||
preload: path.join(__dirname, "preload.js"),
|
||||
partition: "persist:termix",
|
||||
allowRunningInsecureContent: false,
|
||||
allowRunningInsecureContent: true,
|
||||
webviewTag: true,
|
||||
},
|
||||
show: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user