HOWEVER, If you switch to HTML view and not Standard (Javascript) then repeat the same process you WILL notice that the two pages are different.

ie. Switch to HTML

view source
<base href="http://mail.google.com/mail/h/hjelqk30gklk/";>
<a href="http://mail.google.com/mail/h/altta7uchfur/? logout&amp;hl=en">Sign out</a>

TYPE in the missing "s" after http so that it is now https://
load page
view source
<base href="https://mail.google.com/mail/h/13n08066yemid/";>
<a href="https://mail.google.com/mail/h/altta7uchfur/? logout&amp;hl=en">Sign out</a>

I would stay in Standard View and let the JS handle the encryption OR just type in the missing "s" and use the secure HTML View.

Tom

On Feb 28, 2008, at 9:57 AM, Thomas McGrath III wrote:

If you type the missing "s" after http in Mail it will take you to the https:// page BUT it is not secure!!!! It is heavily reliant on Javascript and cookies to load your information.

Look at the source code for each view and you will see they are both the SAME code. http:// & https:// source is identical. And they both point ONLY to the original http:// NOT to any https:// at all.

From the source code view do a search for https and you will find nothing but just http will show the actual targets from within this site.

HTH

Tom

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to