]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use https instead of http when searching with Google.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 7 Jan 2020 21:35:58 +0000 (21:35 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 7 Jan 2020 21:35:58 +0000 (21:35 +0000)
PR 64058
Fixed by [stephane.blondon gmail.com]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872470 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/indexpage.xsl

index 290926b84019620bde0513102bc9bb6ff5f91d46..9baed38b76a7b49d176b4ab010b85faf49e0feed 100644 (file)
 <!-- ==================================================================== -->
 <xsl:template name="search.spec">
 <xsl:attribute name="method">get</xsl:attribute>
-<xsl:attribute name="action">http://www.google.com/search</xsl:attribute>
+<xsl:attribute name="action">https://www.google.com/search</xsl:attribute>
 <xsl:if test="$ext-target">
     <xsl:attribute name="target">_blank</xsl:attribute>
 </xsl:if>