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({
|
this.digitalWindow = new BrowserWindow({
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
allowRunningInsecureContent: false,
|
allowRunningInsecureContent: false
|
||||||
'unsafe-eval': false
|
|
||||||
},
|
},
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,8 +23,7 @@ class WebView {
|
||||||
this.digitalWindow = new BrowserWindow({
|
this.digitalWindow = new BrowserWindow({
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
allowRunningInsecureContent: false,
|
allowRunningInsecureContent: false
|
||||||
'unsafe-eval': false
|
|
||||||
},
|
},
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,8 +23,7 @@ class WebView {
|
||||||
this.digitalWindow = new BrowserWindow({
|
this.digitalWindow = new BrowserWindow({
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
allowRunningInsecureContent: false,
|
allowRunningInsecureContent: false
|
||||||
'unsafe-eval': false
|
|
||||||
},
|
},
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -29,8 +29,7 @@ class WebView {
|
||||||
this.digitalWindow = new BrowserWindow({
|
this.digitalWindow = new BrowserWindow({
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
allowRunningInsecureContent: false,
|
allowRunningInsecureContent: false
|
||||||
'unsafe-eval' : false
|
|
||||||
},
|
},
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
|
|
Loading…
Reference in New Issue