mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
test for ignoreCertificateError
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user