Skip to content

Commit 76bbba4

Browse files
authored
Fix again (#2158)
1 parent 72cdd7b commit 76bbba4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ui/main/serverView/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ export const attachGuestWebContentsEvents = async (): Promise<void> => {
171171
webPreferences.enableRemoteModule = false;
172172
webPreferences.webSecurity = true;
173173
webPreferences.contextIsolation = true;
174+
webPreferences.nativeWindowOpen = true;
174175
webPreferences.worldSafeExecuteJavaScript = true;
175176
};
176177

0 commit comments

Comments
 (0)