aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Google_search_plugin_not_passing_query_over_HTTPS_when_HTTPS_enabled.mdwn
blob: f3c4373f715fd2da945dd4c4b73c2cc2a596fb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
This fix is probably just changing

http://source.ikiwiki.branchable.com/?p=source.git;a=blob;f=templates/googleform.tmpl;h=9468e062ab19a381f6dadb339480796efae827f5;hb=HEAD#l2

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]]