Skip to content

Commit 0a155c6

Browse files
committed
security: Do not allow running insecure contents in app.
1 parent 13c750a commit 0a155c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/main/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function createMainWindow() {
7171
minHeight: 400,
7272
webPreferences: {
7373
plugins: true,
74-
allowDisplayingInsecureContent: true,
7574
nodeIntegration: true
7675
},
7776
show: false

0 commit comments

Comments
 (0)