81b86b91d4a509911f8780fc7fb42fbb69a84a9c jcasper Sun Jun 19 01:11:38 2022 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf index c48dce1..8250bd0 100644 --- confs/hgwbeta.hg.conf +++ confs/hgwbeta.hg.conf @@ -108,31 +108,31 @@ #makes browser timeout after only 1min (instead of 20min) #browser.cgiExpireMinutes=1 # Parallel fetching of remote network resources using bigDataUrl such as trackHubs and customTracks # how many threads to use (set to 0 to disable) parallelFetch.threads=100 # how long to wait in seconds for parallel fetch to finish parallelFetch.timeout=90 # 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 # No Sql Injection settings # values for level are ignore, logOnly, warn, abort -noSqlInj.level=logOnly +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= # useful for testing, presence of "noHardwiredExceptions" in the list here # turns off the hardwired whitelist exceptions in https.c #httpsCertCheckDomainExceptions=noHardwiredExceptions