We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f02e0 commit 5f9128cCopy full SHA for 5f9128c
packages/target-electron/src/index.ts
@@ -20,6 +20,8 @@ const hostRules = 'MAP * ~NOTFOUND'
20
rawApp.commandLine.appendSwitch('host-resolver-rules', hostRules)
21
rawApp.commandLine.appendSwitch('host-rules', hostRules)
22
23
+rawApp.commandLine.appendSwitch('disable-features', 'IsolateSandboxedIframes')
24
+
25
if (rc['version'] === true || rc['v'] === true) {
26
// eslint-disable-next-line no-console
27
console.info(BuildInfo.VERSION)
0 commit comments