We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680f9f7 commit 67904ddCopy full SHA for 67904dd
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "electron-gp",
3
"private": true,
4
- "version": "1.4.1",
+ "version": "1.4.2",
5
"type": "module",
6
"main": "dist-main/app.js",
7
"author": "traeop",
src/main/auth-social-network/window.ts
@@ -20,6 +20,9 @@ import type { TAuthSocialNetworkTwoFactorProvider } from "./types.js";
20
title: "",
21
width: 400,
22
height: 400,
23
+ webPreferences: {
24
+ sandbox: true,
25
+ },
26
},
27
})
28
export class AuthSocialNetworkWindow implements TWindowManager {
0 commit comments