5e00cd8a9a64cbb632e6b77adb3c634160e97742
lrnassar
  Thu Sep 16 15:25:20 2021 -0700
Fixing insecure form messages refs #28175

diff --git src/hg/htdocs/FAQ/FAQlink.html src/hg/htdocs/FAQ/FAQlink.html
index 5922a1d..b56f833 100755
--- src/hg/htdocs/FAQ/FAQlink.html
+++ src/hg/htdocs/FAQ/FAQlink.html
@@ -20,31 +20,31 @@
 <h6> <a href="#genes">Linking to gene-specific information</a> </h6>
 <h6> <a href="#hgsid">The hgsid parameter</a> </h6>
 <h6> <a href="#moreInfo">Additional URL parameters</a> </h6>
 
 <h6><a href="#Videos">Video demonstrations of making links</a></h6>
 <ul>
   <li><a href="#LinkVid1"><strong> Understanding the URL</strong></a></li>
   <li><a href="#LinkVid2"><strong> Jump into genes</strong></a></li>
   <li><a href="#LinkVid3"><strong> Composites, custom tracks, spreadsheets</strong></a></li>
 
 </ul>
 
 </div>
 <div class="col-md-7">
 
-<form name="googleForm1" method="GET" action="http://www.google.com/search"
+<form name="googleForm1" method="GET" action="https://www.google.com/search"
 onSubmit="document.googleForm1.q.value=document.googleForm1.qq.value+
 '   site:genome.ucsc.edu/goldenPath/help';">
 <p>
   Search the Genome Browser help pages: &nbsp;
   <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">
 </form>
 </p>
 <p><a href="../../contacts.html">Questions and feedback are welcome</a>.</p>
 
  </div>
 </div>