Unsafe-eval was throwing an error on compile
This commit is contained in:
parent
a4f8ffc3c6
commit
9a464a2fcf
|
@ -23,8 +23,7 @@ class WebView {
|
|||
this.digitalWindow = new BrowserWindow({
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
allowRunningInsecureContent: false,
|
||||
'unsafe-eval': false
|
||||
allowRunningInsecureContent: false
|
||||
},
|
||||
width: 800,
|
||||
height: 600,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,8 +23,7 @@ class WebView {
|
|||
this.digitalWindow = new BrowserWindow({
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
allowRunningInsecureContent: false,
|
||||
'unsafe-eval': false
|
||||
allowRunningInsecureContent: false
|
||||
},
|
||||
width: 800,
|
||||
height: 600,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,8 +23,7 @@ class WebView {
|
|||
this.digitalWindow = new BrowserWindow({
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
allowRunningInsecureContent: false,
|
||||
'unsafe-eval': false
|
||||
allowRunningInsecureContent: false
|
||||
},
|
||||
width: 800,
|
||||
height: 600,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -29,8 +29,7 @@ class WebView {
|
|||
this.digitalWindow = new BrowserWindow({
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
allowRunningInsecureContent: false,
|
||||
'unsafe-eval' : false
|
||||
allowRunningInsecureContent: false
|
||||
},
|
||||
width: 800,
|
||||
height: 600,
|
||||
|
|
Loading…
Reference in New Issue