3c730933e4be8e17e5447d8068be9dac7e29bab7 jcasper Sun Dec 12 01:11:45 2021 -0800 Installing updated hg.conf files from UCSC servers diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf index f4c8ebe..89b6f2d 100644 --- confs/hgwbeta.hg.conf +++ confs/hgwbeta.hg.conf @@ -115,30 +115,40 @@ 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=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 + # 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) hgGateway.dbDbTaxonomy=../js/dbDbTaxonomy.js # Set up thumbnails directory for public sessions CGI sessionThumbnail.imgDir=../trash/hgPS