7df2532bc5175620e9b67ac01363f645b5beb0aa jcasper Sun Nov 28 01:12:03 2021 -0800 Installing updated hg.conf files from UCSC servers diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf index a588755..dcc586d 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -290,36 +290,36 @@ # #tell hdb.c code that this is our development server test.dev=on # No Sql Injection settings # 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 +httpsCertCheck=warn # 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 www.someotherdomain.com etc +httpsCertCheckDomainExceptions=noHardwiredExceptions # 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