|
@@ -73,7 +73,7 @@ for (let arg of process.argv) {
|
|
|
isBackgroundPage = true
|
|
|
} else if (arg.indexOf('--app-path=') === 0) {
|
|
|
appPath = arg.substr(arg.indexOf('=') + 1)
|
|
|
- } else if (arg.indexOf('--enable-webview-override=') === 0) {
|
|
|
+ } else if (arg.indexOf('--override-webview-security=') === 0) {
|
|
|
overrideWebViewSecurity = arg.substr(arg.indexOf('=') + 1)
|
|
|
}
|
|
|
}
|