5e00cd8a9a64cbb632e6b77adb3c634160e97742 lrnassar Thu Sep 16 15:25:20 2021 -0700 Fixing insecure form messages refs #28175 diff --git src/hg/htdocs/contacts.html src/hg/htdocs/contacts.html index 4557402..b8c91ac 100755 --- src/hg/htdocs/contacts.html +++ src/hg/htdocs/contacts.html @@ -57,41 +57,41 @@ Before posting a question, we strongly encourage you to search our mailing list archives, our website, and our <a href = "http://genomewiki.soe.ucsc.edu" target = _blank>wiki</a> for the answer. Please follow our <a href="FAQ/FAQmaillist.html">technical support guidelines</a> in your queries. This will give us enough to resolve your issue without requests for more information. PLoS Computational Biology has published a good set of <a href="http://www.ploscompbiol.org/article/info:doi%2F10.1371%2Fjournal.pcbi.1002202" target="_blank">guidelines</a> for seeking online scientific help. When sending us a browser URL, we recommend that you use our <a href="cgi-bin/hgSession">Session</a> tool to create a link that fully captures the browser settings. If copy/pasting a URL, be sure to remove the "hgsid=<value>" parameter from any URL you send, as this can cause your personal settings to change unexpectedly. Read more about making <a href = "FAQ/FAQlink.html#link1">links</a> in our documentation.</p> <p> <form name="googleForm1" - method="GET" action="http://www.google.com/search" + method="GET" action="https://www.google.com/search" onSubmit="document.googleForm1.q.value=document.googleForm1.qq.value+' site:genome.ucsc.edu/';"> <p>Search the Genome Browser website: <input type="hidden" name="q" value=""> <input type="hidden" name="num" value="10"> <input type="hidden" name="filter" value="0"> <input type=text name=qq size=30 maxlength=255 value=""> <input type="submit" value="Submit"></p> </form> <form name="googleForm4" - method="GET" action="http://www.google.com/search" + method="GET" action="https://www.google.com/search" onSubmit="document.googleForm4.q.value=document.googleForm4.qq.value+' site:genomewiki.ucsc.edu/index.php';"> <p>Search the Genome Browser Wiki Site: <input type="hidden" name="q" value=""> <input type="hidden" name="num" value="10"> <input type="hidden" name="filter" value="0"> <input type=text name=qq size=30 maxlength=255 value=""> <input type="submit" value="Submit"></p> </form> <hr> <p> We encourage you to search the appropriate archive before contacting us via the mailing list, but we will reply to your message as quickly as we can.