remove ugly TLS hack

pull/759/head
Ryan Tharp 5 years ago
parent 3418fff2d3
commit 04e1d58a50

@ -73,7 +73,6 @@ window.versionInfo = {
};
// temporary clearnet fix
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
window.getSelfSignedCert = () => {
let pems = window.storage.get('self-signed-certificate', null);
if (!pems) {

Loading…
Cancel
Save