We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df9e2a commit 98b9f81Copy full SHA for 98b9f81
src/frontend/index/install.nim
@@ -34,6 +34,8 @@ proc createInstallSubwindow*(): js =
34
"webPreferences": js{
35
"nodeIntegration": true,
36
"contextIsolation": false,
37
+ "webSecurity": true,
38
+ "allowRunningInsecureContent": false,
39
"spellcheck": false
40
},
41
"frame": false,
src/frontend/index/window.nim
@@ -79,6 +79,8 @@ proc createMainWindow*: js =
79
80
81
82
83
84
85
86
}
0 commit comments