Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 04:51:17 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45920 - head/share/xml
Message-ID:  <201411040451.sA44pHVv041825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Tue Nov  4 04:51:16 2014
New Revision: 45920
URL: https://svnweb.freebsd.org/changeset/doc/45920

Log:
  Always search with https.

Modified:
  head/share/xml/header.ent

Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent	Tue Nov  4 04:40:14 2014	(r45919)
+++ head/share/xml/header.ent	Tue Nov  4 04:51:16 2014	(r45920)
@@ -64,7 +64,7 @@
 
 <!ENTITY header2.searchbox '
   <div id="search" xmlns="http://www.w3.org/1999/xhtml">;
-    <form method="get" id="search" action="http://duckduckgo.com/">;
+    <form method="get" id="search" action="https://duckduckgo.com/">;
       <h2 class="blockhide"><label for="words">&header2.word.search;</label></h2>
       <input type="hidden" name="sites" value="www.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
       <input type="hidden" name="ka" value="v" />



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411040451.sA44pHVv041825>