Skip to content

Commit 3de534a

Browse files
author
gavinxu
committed
fix(index.js): wrong webPreferences configuration field
1 parent 67cbc4a commit 3de534a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chat2db-client/src/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function createWindow() {
1515
minHeight: 720,
1616
show: false,
1717
webPreferences: {
18-
webSercurity: false,
18+
webSecurity: false,
1919
nodeIntegration: true,
2020
contextIsolation: true,
2121
preload: path.join(__dirname, 'preload.js'),

0 commit comments

Comments
 (0)