1d98fd724d46352fed719317c72d3e276ba56696
galt
  Sun Feb 20 23:46:21 2022 -0800
Removing some domains from the https whitelist no longer needed since they updated their certs.

diff --git src/lib/https.c src/lib/https.c
index c90bc29..f734067 100644
--- src/lib/https.c
+++ src/lib/https.c
@@ -431,31 +431,30 @@
     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, "cvmfs-hubs.vhost38.genap.ca");
     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, "export.uppmax.uu.se");
     hashStoreName(domainWhiteList, "frigg.uio.no");
     hashStoreName(domainWhiteList, "ftp--ncbi--nlm--nih--gov.ibrowse.co");
     hashStoreName(domainWhiteList, "ftp.science.ru.nl");
     hashStoreName(domainWhiteList, "functionalgenomics.upf.edu");
     hashStoreName(domainWhiteList, "galaxy.med.uvm.edu");
     hashStoreName(domainWhiteList, "garfield.igh.cnrs.fr");
     hashStoreName(domainWhiteList, "gcp.wenglab.org");
     hashStoreName(domainWhiteList, "genap.ca");
@@ -492,31 +491,30 @@
     hashStoreName(domainWhiteList, "schatzlabucscdata.yalespace.org.s3.amazonaws.com");
     hashStoreName(domainWhiteList, "sharing.biotec.tu-dresden.de");
     hashStoreName(domainWhiteList, "silo.bioinf.uni-leipzig.de");
     hashStoreName(domainWhiteList, "snpinfo.niehs.nih.gov");
     hashStoreName(domainWhiteList, "spades.cgi.bch.uconn.edu");
     hashStoreName(domainWhiteList, "stark.imp.ac.at");
     hashStoreName(domainWhiteList, "starklab.org");
     hashStoreName(domainWhiteList, "trackhub.pnri.org");
     hashStoreName(domainWhiteList, "transcrispr.igcz.poznan.pl");
     hashStoreName(domainWhiteList, "v91rc2.master.demo.encodedcc.org");
     hashStoreName(domainWhiteList, "v91rc3.master.demo.encodedcc.org");
     hashStoreName(domainWhiteList, "v94.rc2.demo.encodedcc.org");
     hashStoreName(domainWhiteList, "verjo103.butantan.gov.br");
     hashStoreName(domainWhiteList, "virtlehre.informatik.uni-leipzig.de");
     hashStoreName(domainWhiteList, "vm-galaxy-prod.toulouse.inra.fr");
-    hashStoreName(domainWhiteList, "web1.bx.bio.jhu.edu");
     hashStoreName(domainWhiteList, "www.datadepot.rcac.purdue.edu");
     hashStoreName(domainWhiteList, "www.epigenomes.ca");
     hashStoreName(domainWhiteList, "www.isical.ac.in");
     hashStoreName(domainWhiteList, "www.morgridge.net");
     hashStoreName(domainWhiteList, "www.morgridge.us");
     hashStoreName(domainWhiteList, "www.ogic.ca");
     hashStoreName(domainWhiteList, "www.starklab.org");
     hashStoreName(domainWhiteList, "www.v93rc2.demo.encodedcc.org");
     hashStoreName(domainWhiteList, "xinglabtrackhub.research.chop.edu");
     hashStoreName(domainWhiteList, "ydna-warehouse.org");
     hashStoreName(domainWhiteList, "zlab-trackhub.umassmed.edu");
     hashStoreName(domainWhiteList, "zlab.umassmed.edu");
     }
 
 }