3d7c4b51c367ac9d7bfc582a00617f300eb4ecde
jcasper
  Sun Jan 16 01:11:39 2022 -0800
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf
index 89b6f2d..f5b01dc 100644
--- confs/hgwbeta.hg.conf
+++ confs/hgwbeta.hg.conf
@@ -120,31 +120,31 @@
 
 # No Sql Injection settings
 # values for level are ignore, logOnly, warn, abort
 noSqlInj.level=abort
 # values for dumpStack are on, off
 noSqlInj.dumpStack=on
 
 # line added to turn off the new hash-enhanced hgsid/uid values
 #browser.sessionKey=off
 
 # HTTPS Certificate Check Settings are: abort warn log none
 # currently log is the default
 #httpsCertCheck=none
 httpsCertCheck=log
 # domains to whitelist, skip cert checking, space-separated list
-httpsCertCheckDomainExceptions=
+httpsCertCheckDomainExceptions=noHardwiredExceptions *.upf.edu *.igh.cnrs.fr *.med.umich.edu *.meei.harvard.edu
 # useful for testing, presence of "noHardwiredExceptions" in the list here 
 # turns off the hardwired whitelist exceptions in https.c
 #httpsCertCheckDomainExceptions=noHardwiredExceptions
 
 # Apply a maximum to the size of MAF and VCF custom tracks supplied
 # directly (instead of via bigURLs).
 #customTracks.maxBytes=52428800
 
 # Log visible tracks to error_log
 trackLog=on
 
 # location of CRAM reference sequences
 cramRef=/userdata/cramCache
 
 # Display phylogenetic tree in hgGateway (URL relative to cgi-bin)