baf8067d5cc4e1586eff43333f360ba3731eb1b7
jcasper
  Sun Dec 19 01:11:57 2021 -0800
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf
index 9d06271..b14f109 100644
--- confs/hgwdev.hg.conf
+++ confs/hgwdev.hg.conf
@@ -110,31 +110,32 @@
 #Parameters for suggestion form
 suggest.mailSignature=UCSC Genome Browser Staff
 suggest.mailReturnAddr=genome-www@soe.ucsc.edu
 suggest.browserName=UCSC Genome Browser
 
 # wiki track removed 2018-10-05 - Hiram
 #These wiki-lines are involved in hgLogin
 wiki.userNameCookie=DEVwikidb_mw1_UserName
 wiki.loggedInCookie=DEVwikidb_mw1_UserID
 
 
 # self destruct option June 2011.  To avoid problem of lost long running
 #	CGI processes.  Default CGI expiration time is 20 minutes,
 #	enable cgiExpireMinutes to change that default.
 #	A time of 0 indicates no expiration time.  positive integer only
-browser.cgiExpireMinutes=5
+# Discussed in engineering meeting 12/13/21. Disabling to mimic hgwbeta/RR
+#browser.cgiExpireMinutes=5
 
 # default for cgiTime printout to Apache error_log is "yes"
 # uncomment this cgiTime=no option to turn off the printouts to error_log
 # browser.cgiTime=no
 
 # New browser function as of March 2007.  Future browser code will
 #	have this on by default, and can be turned off with =off
 #   Initial release of this function requires it to be turned on here.
 browser.indelOptions=on
 #
 # There are additional fonts available, not all are perfect.
 # Uncomment this to see extra font selections in the configure page
 # fonts.extra=yes
 
 # Turn this back on after people look at genome-test
@@ -205,31 +206,35 @@
 
 # These settings enable geographic allele frequency images on the 
 # details pages for the HGDP Allele Frequency (hgdpGeo) track.
 # (HGDP = Human Genome Diversity Project)
 # Programs required for per-SNP geographic maps of HGDP population
 # allele frequencies:
 hgc.psxyPath=/hive/data/outside/GMT4.3.1/bin/psxy
 hgc.ps2rasterPath=/hive/data/outside/GMT4.3.1/bin/ps2raster
 hgc.ghostscriptPath=/usr/bin/ghostscript
 
 # Customize your downloads.server machine name here
 downloads.server=hgdownload-test.soe.ucsc.edu
 
 # Temporary flag to help disable new custom track validator if needed
 # If you turn the flag off, it reverts to the old validator
-newCustomTrackValidate=on
+# 2021-12-13 
+# Since we did not get this pushed to RR,
+# there has been push back to disable it on hgwdev to help
+# with consistency between ct loading results on RR andhgwdev.
+#newCustomTrackValidate=on
 
 # PROXY
 # enable http(s) proxy support in net.c
 #httpProxy=http://someProxyServer:3128
 #httpsProxy=http://someProxyServer:3128
 #ftpProxy=ftp://127.0.0.1:2121
 # if proxy server needs BASIC authentication
 #httpProxy=http://user:password@someProxyServer:3128
 #httpsProxy=http://user:password@someProxyServer:3128
 # if some domain suffixes should not be proxied:
 #noProxy=ucsc.edu,mit.edu,localhost,127.0.0.1
 # if you need to debug your proxy config
 #logProxy=on
 # writes messages to stderr every time proxy is used for ftp, http, or https.
 
@@ -297,30 +302,33 @@
 # values for level are ignore, logOnly, warn, abort
 noSqlInj.level=abort
 # values for dumpStack are on, off
 noSqlInj.dumpStack=on
 
 # 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=
 # useful for testing, presence of "noHardwiredExceptions" in the list here 
 # turns off the hardwired whitelist exceptions in https.c
 httpsCertCheckDomainExceptions=noHardwiredExceptions
 
+# with wildcard for testing:
+#httpsCertCheckDomainExceptions=noHardwiredExceptions *.upf.edu *.igh.cnrs.fr *.med.umich.edu
+
 
 # Log visible tracks to error_log
 trackLog=on
 
 # location of CRAM reference sequences
 cramRef=../userdata/cramCache
 #showTableCache=tableList
 
 # Make a custom track with BLAT results
 #useBlatBigPsl=on
 #JKSQL_TRACE=on
 #
 #This following turns on short links for hgSession, allowing the redirect.
 #hgSession.shortLink=on