The branch, master has been updated via 112a061 use https for google search form also in header_style_start.html from 5c25db1 Announce Samba 3.6.18.
http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 112a061a42b259b0935ae0ea14f28d9c05377fcc Author: Björn Jacke <b...@sernet.de> Date: Wed Aug 14 10:37:50 2013 +0200 use https for google search form also in header_style_start.html ----------------------------------------------------------------------- Summary of changes: header_style_start.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/header_style_start.html b/header_style_start.html index 51a3be7..082e1cd 100644 --- a/header_style_start.html +++ b/header_style_start.html @@ -20,7 +20,7 @@ <div id="hd"> <div class="noPrint" id="hdScreen"> <div id="search"> - <form action="http://www.google.com/search" method="get"> + <form action="https://www.google.com/search" method="get"> <label for="searchString">search samba.org:</label> <input type="text" name="q" class="text" id="searchString"> <input type="image" src="/samba/style/2010/grey/buttonSearch.png" class="image" id="searchButton"> -- Samba Website Repository