mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
fix: set nodeIntegrationInSubFrames true on auth window
This commit is contained in:
parent
fe33045b9e
commit
2e1eb9e9b7
@ -95,6 +95,7 @@ export class WindowManager {
|
|||||||
minimizable: false,
|
minimizable: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
sandbox: false,
|
sandbox: false,
|
||||||
|
nodeIntegrationInSubFrames: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user