<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; private browsing</title>
	<atom:link href="http://www.ghacks.net/tag/private-browsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Private Browsing Not So Private After All</title>
		<link>http://www.ghacks.net/2009/01/01/private-browsing-not-so-private-after-all/</link>
		<comments>http://www.ghacks.net/2009/01/01/private-browsing-not-so-private-after-all/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 09:27:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash cookies]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[internet privacy]]></category>
		<category><![CDATA[internet-explorer]]></category>
		<category><![CDATA[mozilla-firefox]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[private browsing]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9489</guid>
		<description><![CDATA[The last year or so has been filled with announcements about private browsing. Each web browser developer implemented or announced plans to add private browsing to their web browser. Private browsing usually means to offer a sandboxed browsing session in computer memory with no information written and stored on the computer&#8217;s hard drive. Privacy is [...]]]></description>
			<content:encoded><![CDATA[<p>The last year or so has been filled with announcements about private browsing. Each web browser developer implemented or announced plans to add private browsing to their web browser. Private browsing usually means to offer a sandboxed browsing session in computer memory with no information written and stored on the computer&#8217;s hard drive. Privacy is one of the biggest buzz words around and will continue to grow in popularity in 2009. The public understanding of private browsing might differ from what private browsing actually does. It definitely does not add privacy to anything that is happening remotely on the Internet. The only gain of private browsing is an increase of privacy in the local environment.</p>
<p>This may however be not the only problem associated with private browsing. A recent <a href="http://www.isecpartners.com/files/iSEC_Cleaning_Up_After_Cookies.pdf">paper</a> by security researcher Kate McKinley confirms deficiencies in all web browsers and especially in Apple&#8217;s Safari. Not only normal cookie and data handling was tested but also plugin related handling of Flash and Google Gears data. The surprising result was that no browser passed all private browsing tests.</p>
<p><span id="more-9489"></span><br />
<blockquote>In fact, all of the existing private browsing modes have some form of data which is not cleared when users enter or leave private browsing modes. Although Chrome cleared the only tested type of data it stored, it was surprising to find that Gears data was not cleared, since Gears is included in the browser. However, this behavior is consistent across all browsers tested, as we will see later. </p>
<p><a href="http://www.ghacks.net/tag/firefox/">Firefox</a> 3.1 Beta 2 clears cookies and session storage properly, but the persistent storage (window.globalStorage) is preserved between a normal and private browsing session.With IE 8 (Beta 2), both cookies and session storage were cleared properly, however the IE user Data stores were not cleared between the normal and private browsing sessions.</p>
<p>Safari on Windows fared the worst of all in these tests with respect to private browsing, and did not clear any data at all, either before entering or after exiting the private mode. On OSX, Safari’s behavior was quirky; in no case was the HTML 5 database storage cleared before or after private browsing. Previously set cookies seem to continue to be available if the user entered a private browsing session, but if the user started the browser and went directly into private browsing, it seemed to behave as expected.</p></blockquote>
<p>All browsers have troubles with Flash Cookies and their private browsing modes. This is largely due to the way Flash Cookies are created and stored (without user interaction and means to display warnings). So what&#8217;s the conclusion in this matter? Users who like to use the private browsing mode should not use Apple&#8217;s Safari in its current stage. They should also make sure to either disable Flash and other third party plugins or use settings that prevent them from acting automatically (for example by using NoScript in Firefox). </p>
<p>Check out the <a href="http://www.ghacks.net/2007/05/04/flash-cookies-explained/">Flash Cookies Explained</a> article if you want to read up on Flash Cookies and find out where they are stored and how they can be deleted from a computer system.</p>

	Tags: <a href="http://www.ghacks.net/tag/flash/" title="flash" rel="tag">flash</a>, <a href="http://www.ghacks.net/tag/flash-cookies/" title="flash cookies" rel="tag">flash cookies</a>, <a href="http://www.ghacks.net/tag/google-chrome/" title="google chrome" rel="tag">google chrome</a>, <a href="http://www.ghacks.net/tag/internet-privacy/" title="internet privacy" rel="tag">internet privacy</a>, <a href="http://www.ghacks.net/tag/internet-explorer/" title="internet-explorer" rel="tag">internet-explorer</a>, <a href="http://www.ghacks.net/tag/mozilla-firefox/" title="mozilla-firefox" rel="tag">mozilla-firefox</a>, <a href="http://www.ghacks.net/tag/privacy/" title="privacy" rel="tag">privacy</a>, <a href="http://www.ghacks.net/tag/private-browsing/" title="private browsing" rel="tag">private browsing</a>, <a href="http://www.ghacks.net/tag/safari/" title="safari" rel="tag">safari</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/04/xenocode-web-browser-sandbox/" title="Xenocode Web Browser Sandbox (April 4, 2009)">Xenocode Web Browser Sandbox</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/21/web-browser-popularity/" title="Web Browser Popularity (March 21, 2009)">Web Browser Popularity</a> (51)</li>
	<li><a href="http://www.ghacks.net/2009/06/21/web-browser-memory-usage-benchmark-gets-it-all-wrong/" title="Web Browser Memory Usage Benchmark Gets It All Wrong (June 21, 2009)">Web Browser Memory Usage Benchmark Gets It All Wrong</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/09/15/web-browser-have-impact-on-battery-life/" title="Web Browser Have Impact On Battery Life (September 15, 2009)">Web Browser Have Impact On Battery Life</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/12/14/web-browser-benchmark-comparison/" title="Web Browser Benchmark Comparison (December 14, 2008)">Web Browser Benchmark Comparison</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/01/private-browsing-not-so-private-after-all/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>First Look At Firefox&#8217;s Private Browsing Mode</title>
		<link>http://www.ghacks.net/2008/11/05/first-look-at-firefoxs-private-browsing-mode/</link>
		<comments>http://www.ghacks.net/2008/11/05/first-look-at-firefoxs-private-browsing-mode/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 14:30:33 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox data]]></category>
		<category><![CDATA[firefox privacy]]></category>
		<category><![CDATA[firefox private browsing]]></category>
		<category><![CDATA[incognito mode]]></category>
		<category><![CDATA[mozilla-firefox]]></category>
		<category><![CDATA[private browsing]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8075</guid>
		<description><![CDATA[The latest nightly build of Firefox 3.1 included a first version of the long awaited private browsing feature. Private Browsing is basically browsing the Internet in a sandbox that does not write any data of that session on the computer&#8217;s hard drive. Unlike Google Chrome&#8217;s Incognito Mode Firefox will close all tabs that have been [...]]]></description>
			<content:encoded><![CDATA[<p>The latest nightly build of <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> 3.1 included a first version of the long awaited private browsing feature. Private Browsing is basically browsing the Internet in a sandbox that does not write any data of that session on the computer&#8217;s hard drive. Unlike Google Chrome&#8217;s Incognito Mode Firefox will close all tabs that have been opened before starting the Private Browsing mode and restore them once the Private Browsing session is closed again. Google Chrome on the other hand is opening a new browser window keeping the previously opened tabs which makes it possible to switch between normal and private sessions.</p>
<p>It is important to note that private browsing is only helpful to avoid records of browsing sessions on the computer used. It does not hide the user from the Internet Provider or websites that they visit. </p>
<p>Private Browsing can be enabled in the Firefox Tool menu. It will display a popup that contains information that private browsing mode will be started and all currently open tabs will be saved to be reopened after the private browsing session ends.</p>
<p><span id="more-8075"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/firefox_private_browsing-500x251.jpg" alt="firefox private browsing" title="firefox private browsing" width="500" height="251" class="alignnone size-medium wp-image-8076" /></p>
<p>Firefox will not record browsing history, search history, download history, web form history, cookies and temporary Internet files. Bookmarks as well as downloads on the other hand will be retained in private browsing mode.</p>
<p>Firefox will add the (private browsing) string to the title which is a indicator for anyone that Private Browsing is enabled. Private Browsing can be disabled from the Tools menu again by selecting the same menu entry that activated it.</p>
<p>Users who regularly clear data when closing Firefox might wonder why they should be using the Private Browsing mode at all. The main difference between clearing data when closing the browser and using the Private Browsing mode is that the Private Browsing mode will never store data on the hard drive. This might however happen when cleaning Firefox data by closing the browser. First, data could be recovered and second it will still be there if Firefox closes unexpectedly. </p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-data/" title="firefox data" rel="tag">firefox data</a>, <a href="http://www.ghacks.net/tag/firefox-privacy/" title="firefox privacy" rel="tag">firefox privacy</a>, <a href="http://www.ghacks.net/tag/firefox-private-browsing/" title="firefox private browsing" rel="tag">firefox private browsing</a>, <a href="http://www.ghacks.net/tag/incognito-mode/" title="incognito mode" rel="tag">incognito mode</a>, <a href="http://www.ghacks.net/tag/mozilla-firefox/" title="mozilla-firefox" rel="tag">mozilla-firefox</a>, <a href="http://www.ghacks.net/tag/private-browsing/" title="private browsing" rel="tag">private browsing</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/13/web-browser-firefox-31-beta-3/" title="Web Browser: Firefox 3.1 Beta 3 (March 13, 2009)">Web Browser: Firefox 3.1 Beta 3</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/27/web-browser-firefox-308/" title="Web Browser: Firefox 3.0.8 (March 27, 2009)">Web Browser: Firefox 3.0.8</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/web-browser-firefox-307/" title="Web Browser: Firefox 3.0.7 (March 4, 2009)">Web Browser: Firefox 3.0.7</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/01/06/use-firefox-without-a-computer-mouse/" title="Use Firefox Without A Computer Mouse (January 6, 2009)">Use Firefox Without A Computer Mouse</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/23/url-revealer/" title="Url Revealer (December 23, 2008)">Url Revealer</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/05/first-look-at-firefoxs-private-browsing-mode/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
