Firefox Incognito / Private Browsing Mode - Part II


A few people (e.g. Varun) told me my previous post differed from the way how google chrome / Microsoft IE8 handle Incognito (Private Browsing) mode. The main consideration was that while chrome/IE8 don’t write anything to disk at all, the firefox method is an after-effect, i.e., writing to disk and then clearing it up while closing the window. Well, true but nothing is non-rectificable :). So this is a post about a method that one can use to go “really” undercover with firefox. But before we begin, please make sure you have read Part 1 of my post, because here I’ll start from the point where we left off in the earlier post.

I began thinking on the lines of setting up a ramdisk first (and remapping the browser cache folders to the new path in this ramdisk), so that nothing gets written to the hard disk, ever, even if the browser tries very hard. Best security right? Yes, but it involved a few issues like data is still there until you reboot also a part of your ram is always blocked, etc. So I went with the approach given below.

Method: Easier and privacy on-par with Chrome/IE8

Just do the following in addition to the Step 4.

  • Uncheck “Keep my history”

  • Uncheck “Remember what I enter in forms and the search bar”

  • Uncheck “Remember what I’ve downloaded”

  • Choose “Keep until I close firefox” for cookies

  • Press advanced settings in “Private Data”, select unselect options according to your choice. For max protection, select everything.

  • Open a new tab, and write “about:config” (without quotes) in address bar, press enter.

  • Search for “browser.cache.disk.enable” and set it to false

  • Search for “browser.cache.offline.enable” and set it to false

Done. You are secure and remember, this is just a one time setup, you won’t have to do this again and again.

Side Note: Usability is another concern. However, I think that is debatable and varies from user to user highly. The steps lined up in these 2 posts aren’t too hard to carry out and take around a minute to do, and is a one time effort. Now, compare this with option where you use google chrome and love its in-built incognito mode but then have to leave all the extensions and greasemonkey scripts of firefox behind which made browsing so much more accessible for you. Another path could be to use both the browsers. Anyways, I’ll not go further down this path. This is for you to decide what you feel is more usable for you :) . This is just something to say “It’s not impossible”.

PS: If anyone is still curious about the ramdisk approach, let me know..


See also