Tip of the Day: Secure Your Gmail

From the “Why Didn’t I Think of That” department: GMailSecure has got to be one of the most elegantly simple, yet useful Greasemonkey scripts ever.

When I say simple, I mean one line of code:

location.href = location.href.replace(/^http:/, 'https:');

This script ensures your Gmail session using Firefox takes place over a secure HTTP connection providing a reasonable amount of protection from eavesdropping and other shenanigans. Add other domains for which both a http and https URI exist and Firefox will always use https. For example, I added:

http://www.google.com/calendar/*
http://docs.google.com/
http://docs.google.com/*

Now all Google Calendar and Google Docs & Spreadsheets sessions are secure. But don’t stop there, any domain will work… not just the Google properties.

Download links: Greasemonkey (install this first), GMailSecure

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Leave a Reply