Skip to content

Commit 5f9128c

Browse files
authored
fix: reenable connectivity iframe (#5711)
1 parent f3f02e0 commit 5f9128c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/target-electron/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const hostRules = 'MAP * ~NOTFOUND'
2020
rawApp.commandLine.appendSwitch('host-resolver-rules', hostRules)
2121
rawApp.commandLine.appendSwitch('host-rules', hostRules)
2222

23+
rawApp.commandLine.appendSwitch('disable-features', 'IsolateSandboxedIframes')
24+
2325
if (rc['version'] === true || rc['v'] === true) {
2426
// eslint-disable-next-line no-console
2527
console.info(BuildInfo.VERSION)

0 commit comments

Comments
 (0)