@@ -96,7 +96,6 @@ if (!gotTheLock) {
* 兼容https非可信域
*/
app.on('certificate-error', (event, webContents, url, error, certificate, callback) => {
- log('certificate-error');
//允许私有证书
event.preventDefault()
callback(true)