diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE <Kai@web> | 2014-10-09 23:47:44 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-09 23:47:44 -0400 |
commit | 9f874c49d745003700d17fab483bc5e26a64245f (patch) | |
tree | d785fbf9e5fd189ca4e5d4d6e1452fdaba3d7c13 | |
parent | 79df1b4a504135e5af71849d18c0cf13187cb789 (diff) | |
download | ikiwiki-9f874c49d745003700d17fab483bc5e26a64245f.tar ikiwiki-9f874c49d745003700d17fab483bc5e26a64245f.tar.gz |
-rw-r--r-- | doc/bugs/Google_search_plugin_not_passing_query_over_HTTPS_when_HTTPS_enabled.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/Google_search_plugin_not_passing_query_over_HTTPS_when_HTTPS_enabled.mdwn b/doc/bugs/Google_search_plugin_not_passing_query_over_HTTPS_when_HTTPS_enabled.mdwn new file mode 100644 index 000000000..3f8fbccc2 --- /dev/null +++ b/doc/bugs/Google_search_plugin_not_passing_query_over_HTTPS_when_HTTPS_enabled.mdwn @@ -0,0 +1,7 @@ +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"> |