Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
security: Do not allow running insecure contents in app.
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Mar 22, 2018
1 parent 13c750a commit 0a155c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main/index.js
Expand Up @@ -71,7 +71,6 @@ function createMainWindow() {
minHeight: 400,
webPreferences: {
plugins: true,
allowDisplayingInsecureContent: true,
nodeIntegration: true
},
show: false
Expand Down

0 comments on commit 0a155c6

Please sign in to comment.