google search plugin: use https for the search
[ikiwiki] / doc / bugs / Google_search_plugin_not_passing_query_over_HTTPS_when_HTTPS_enabled.mdwn
1 This fix is probably just changing
2
3 http://source.ikiwiki.branchable.com/?p=source.git;a=blob;f=templates/googleform.tmpl;h=9468e062ab19a381f6dadb339480796efae827f5;hb=HEAD#l2
4
5 to
6
7     <form method="get" action="//www.google.com/search" id="searchform">
8
9 > I changed it to use https unconditionally - there seems little point
10 > in doing Google searches in clear-text when Google supports https,
11 > even on unencrypted wikis. [[done]] --[[smcv]]