]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Google_search_plugin_not_passing_query_over_HTTPS_when_HTTPS_enabled.mdwn
google search plugin: use https for the search
[ikiwiki.git] / doc / bugs / Google_search_plugin_not_passing_query_over_HTTPS_when_HTTPS_enabled.mdwn
index 3f8fbccc27cc1695edd54b9b23dd88c5bbdd039c..f3c4373f715fd2da945dd4c4b73c2cc2a596fb3e 100644 (file)
@@ -5,3 +5,7 @@ http://source.ikiwiki.branchable.com/?p=source.git;a=blob;f=templates/googleform
 to
 
     <form method="get" action="//www.google.com/search" id="searchform">
+
+> I changed it to use https unconditionally - there seems little point
+> in doing Google searches in clear-text when Google supports https,
+> even on unencrypted wikis. [[done]] --[[smcv]]