test for ignoreCertificateError
This commit is contained in:
parent
6856d203c5
commit
dd706ea6e2
3 changed files with 30 additions and 10 deletions
|
@ -7,6 +7,7 @@ var Menu = require('menu');
|
|||
var window = null;
|
||||
|
||||
app.commandLine.appendSwitch('js-flags', '--expose_gc');
|
||||
app.commandLine.appendSwitch('ignore-certificate-errors');
|
||||
|
||||
ipc.on('message', function(event, arg) {
|
||||
event.sender.send('message', arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue