Browse Source

browser disable ssl certs check

v0.25
pbca26 7 years ago
parent
commit
f3b57ae25d
  1. 2
      main.js

2
main.js

@ -545,6 +545,8 @@ app.on('activate', function() {
if (mainWindow === null) {}
});
app.commandLine.appendSwitch('ignore-certificate-errors'); // dirty hack
function formatBytes(bytes, decimals) {
if (bytes === 0) {
return '0 Bytes';

Loading…
Cancel
Save