/Using Google Chrome/
if i visit:
https://secure.wikimedia.org/wikipedia/en/wiki/File:Nokota_Horses_cropped.jpg
then the:
http://upload.wikimedia.org/wikipedia/commons/d/de/Nokota_Horses_cropped.jpg
is on a HTTP-only server.
So how could i be 100% sure, that if i see the "HTTPS" in the URL bar of my browser that means the full content of the website is really encrypted?
In my example the pictures on wikipedia are not using encryption(?), so a sniffer could know that i'm visiting a wikipedia site about horses.
Should i install a proxy (e.g.: privoxy) that will assure that no HTTP-only elements will load on a "HTTPS site"?
Thanks..