Browse Source

🚶

pull/291/merge
Ramiro Saenz 9 years ago
parent
commit
87fc30e393
  1. 2
      app/ux/WebView.js

2
app/ux/WebView.js

@ -31,7 +31,7 @@ Ext.define('Rambox.ux.WebView',{
} }
// Allow Custom sites with self certificates // Allow Custom sites with self certificates
if ( me.record.get('trust') ) require('electron').ipcRenderer.send('allowCertificate', me.src) if ( me.record.get('trust') ) ipc.send('allowCertificate', me.src);
Ext.apply(me, { Ext.apply(me, {
items: [{ items: [{

Loading…
Cancel
Save