a35f8c4d07fb3fac7cfce9c39ce5eed3445415c9
galt
  Tue Dec 21 23:47:43 2021 -0800
Adding some more hostNames to the whitelist for https.c

diff --git src/lib/https.c src/lib/https.c
index 2aec72f..490c5c8 100644
--- src/lib/https.c
+++ src/lib/https.c
@@ -376,55 +376,59 @@
 	hashStoreName(domainWhiteList, words[w]);
 	}
     freeMem(words);
     }
 freez(&dmwl);
 
 // useful for testing, turns off hardwired whitelist exceptions
 if (!hashLookup(domainWhiteList, "noHardwiredExceptions"))  
     {
     // Hardwired exceptions whitelist
     // openssl automatically whitelists domains which are given as IPv4 or IPv6 addresses
     hashStoreName(domainWhiteList, "*.cbu.uib.no");
     hashStoreName(domainWhiteList, "*.clinic.cat");
     hashStoreName(domainWhiteList, "*.ezproxy.u-pec.fr");
     hashStoreName(domainWhiteList, "*.genebook.com.cn");
+    hashStoreName(domainWhiteList, "*.jncasr.ac.in");
     hashStoreName(domainWhiteList, "annotation.dbi.udel.edu");
     hashStoreName(domainWhiteList, "apprisws.bioinfo.cnio.es");
     hashStoreName(domainWhiteList, "arn.ugr.es");
     hashStoreName(domainWhiteList, "bic2.ibi.upenn.edu");
     hashStoreName(domainWhiteList, "bioinfo2.ugr.es");
     hashStoreName(domainWhiteList, "bioshare.genomecenter.ucdavis.edu");
     hashStoreName(domainWhiteList, "biowebport.com");
     hashStoreName(domainWhiteList, "bx.bio.jhu.edu");
+    hashStoreName(domainWhiteList, "ccg.epfl.ch");
+    hashStoreName(domainWhiteList, "cctop.cos.uni-heidelberg.de");
     hashStoreName(domainWhiteList, "cluster.hpcc.ucr.edu");
     hashStoreName(domainWhiteList, "costalab.ukaachen.de");
     hashStoreName(domainWhiteList, "data.rc.fas.harvard.edu");
     hashStoreName(domainWhiteList, "datahub-7ak6xof0.udes.genap.ca");
     hashStoreName(domainWhiteList, "datahub-7mu6z13t.udes.genap.ca");
     hashStoreName(domainWhiteList, "datahub-bx3mvzla.udes.genap.ca");
     hashStoreName(domainWhiteList, "datahub-gvhsc2p7.udes.genap.ca");
     hashStoreName(domainWhiteList, "datahub-i8kms5wt.udes.genap.ca");
     hashStoreName(domainWhiteList, "datahub-kazb7g4u.udes.genap.ca");
     hashStoreName(domainWhiteList, "datahub-nyt53rix.udes.genap.ca");
     hashStoreName(domainWhiteList, "datahub-ruigbdoq.udes.genap.ca");
     hashStoreName(domainWhiteList, "dev.herv.img.cas.cz");
     hashStoreName(domainWhiteList, "dev.stanford.edu");
     hashStoreName(domainWhiteList, "dice-green.liai.org");
     hashStoreName(domainWhiteList, "dropbox.ogic.ca");
     hashStoreName(domainWhiteList, "dropfile.hpc.qmul.ac.uk");
     hashStoreName(domainWhiteList, "edn.som.umaryland.edu");
+    hashStoreName(domainWhiteList, "epd.epfl.ch");
     hashStoreName(domainWhiteList, "expiereddnsmanager.com");
     hashStoreName(domainWhiteList, "frigg.uio.no");
     hashStoreName(domainWhiteList, "ftp--ncbi--nlm--nih--gov.ibrowse.co");
     hashStoreName(domainWhiteList, "ftp.science.ru.nl");
     hashStoreName(domainWhiteList, "galaxy.med.uvm.edu");
     hashStoreName(domainWhiteList, "garfield.igh.cnrs.fr");
     hashStoreName(domainWhiteList, "gcp.wenglab.org");
     hashStoreName(domainWhiteList, "genap.ca");
     hashStoreName(domainWhiteList, "genemo.ucsd.edu");
     hashStoreName(domainWhiteList, "genome-tracks.ngs.omrf.in");
     hashStoreName(domainWhiteList, "genomicsdata.cs.ucl.ac.uk");
     hashStoreName(domainWhiteList, "gsmplot.deqiangsun.org");
     hashStoreName(domainWhiteList, "hgdownload--soe--ucsc--edu.ibrowse.co");
     hashStoreName(domainWhiteList, "hci-bio-app.hci.utah.edu");
     hashStoreName(domainWhiteList, "hkgateway.med.umich.edu");
@@ -434,30 +438,31 @@
     hashStoreName(domainWhiteList, "manticore.niehs.nih.gov");
     hashStoreName(domainWhiteList, "microb215.med.upenn.edu");
     hashStoreName(domainWhiteList, "mitranscriptome.path.med.umich.edu");
     hashStoreName(domainWhiteList, "nextgen.izkf.rwth-aachen.de");
     hashStoreName(domainWhiteList, "oculargenomics.meei.harvard.edu");
     hashStoreName(domainWhiteList, "onesgateway.med.umich.edu");
     hashStoreName(domainWhiteList, "openslice.fenyolab.org");
     hashStoreName(domainWhiteList, "peromyscus.rc.fas.harvard.edu");
     hashStoreName(domainWhiteList, "pgv19.virol.ucl.ac.uk");
     hashStoreName(domainWhiteList, "pricenas.biochem.uiowa.edu");
     hashStoreName(domainWhiteList, "redirect.medsch.ucla.edu");
     hashStoreName(domainWhiteList, "rnaseqhub.brain.mpg.de");
     hashStoreName(domainWhiteList, "schatzlabucscdata.yalespace.org.s3.amazonaws.com");
     hashStoreName(domainWhiteList, "silo.bioinf.uni-leipzig.de");
     hashStoreName(domainWhiteList, "snpinfo.niehs.nih.gov");
+    hashStoreName(domainWhiteList, "spades.cgi.bch.uconn.edu");
     hashStoreName(domainWhiteList, "v91rc2.master.demo.encodedcc.org");
     hashStoreName(domainWhiteList, "v91rc3.master.demo.encodedcc.org");
     hashStoreName(domainWhiteList, "v94.rc2.demo.encodedcc.org");
     hashStoreName(domainWhiteList, "virtlehre.informatik.uni-leipzig.de");
     hashStoreName(domainWhiteList, "web1.bx.bio.jhu.edu");
     hashStoreName(domainWhiteList, "www.datadepot.rcac.purdue.edu");
     hashStoreName(domainWhiteList, "www.isical.ac.in");
     hashStoreName(domainWhiteList, "www.morgridge.us");
     hashStoreName(domainWhiteList, "www.ogic.ca");
     hashStoreName(domainWhiteList, "www.v93rc2.demo.encodedcc.org");
     hashStoreName(domainWhiteList, "xinglabtrackhub.research.chop.edu");
     hashStoreName(domainWhiteList, "zlab-trackhub.umassmed.edu");
     hashStoreName(domainWhiteList, "zlab.umassmed.edu");
     }