Use https instead of http when searching with Google.

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
This commit is contained in:
Christophe Jaillet
2020-01-07 21:35:58 +00:00
parent 8e9ac92fe7
commit d26f6ef907

View File

@ -153,7 +153,7 @@
<!-- ==================================================================== -->
<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>