Skip to content

Commit 3cc540a

Browse files
authored
Merge pull request OtterMind#400 from HoodieDAI/main
fix(index.js): wrong webPreferences configuration field
2 parents 47bc8b2 + 3de534a commit 3cc540a

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
@@ -18,7 +18,7 @@ function createWindow() {
1818
minHeight: 720,
1919
show: false,
2020
webPreferences: {
21-
webSercurity: false,
21+
webSecurity: false,
2222
nodeIntegration: true,
2323
contextIsolation: true,
2424
preload: path.join(__dirname, 'preload.js'),

0 commit comments

Comments
 (0)