On Sun, Nov 8, 2015 at 3:34 AM, vtaylor <
vta...@gmail.com> wrote:
> left nav menu
Ah! That was enough to suggest you were using the old monobook theme,
and sure enough the problem is in your monobook.js where you are using
someone else's Google search widget. You were referencing
http://www.google.com (rather than
https://www.google.com, or even the
schema relative //
www.google.com form). I've changed your Javascript
so that you always use the secure form when accessing Google search.
(You can reference a secure site from an insecure page without
warning... but your browser is warning that you were accessing an
insecure page from a secure one.)
Jim