e21917a837618b0cc6ccb3b5789ef0828b0d2880 jcasper Sun Jan 23 01:11:41 2022 -0800 Installing updated hg.conf files from UCSC servers diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf index f5b01dc..6fa6990 100644 --- confs/hgwbeta.hg.conf +++ confs/hgwbeta.hg.conf @@ -120,35 +120,38 @@ # 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=noHardwiredExceptions *.upf.edu *.igh.cnrs.fr *.med.umich.edu *.meei.harvard.edu +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 + # 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 @@ -229,15 +232,18 @@ # Related tracks db.relatedTrack=relatedTrack # prefix to genark hubs genarkHubPrefix=https://hgdownload.soe.ucsc.edu/hubs # turn on cart versioning cartVersion=on # Related tracks db.relatedTrack=relatedTrack # Enable svg based bar charts svgBarChart=on + +# with wildcard for testing: +#httpsCertCheckDomainExceptions=noHardwiredExceptions *.upf.edu *.igh.cnrs.fr *.med.umich.edu