<?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>The Cafes &#187; Privacy</title>
	<atom:link href="http://cafe.elharo.com/category/privacy/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafe.elharo.com</link>
	<description>Longer than a blog; shorter than a book</description>
	<lastBuildDate>Sun, 01 Aug 2010 11:13:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Privacy Tip #3: Block Referer Headers in Firefox</title>
		<link>http://cafe.elharo.com/privacy/privacy-tip-3-block-referer-headers-in-firefox/</link>
		<comments>http://cafe.elharo.com/privacy/privacy-tip-3-block-referer-headers-in-firefox/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 21:41:31 +0000</pubDate>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
				<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://cafe.elharo.com/privacy/privacy-tip-3-block-referer-headers-in-firefox/</guid>
		<description><![CDATA[When you follow a link from one page or site to another, the browser usually sends a Referer [sic] header to the server to tell sites where you came from:
GET /test.phtml HTTP/1.1
Host: cafe.elharo.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051130 Firefox/1.5
Referer: http://blog.elharo.com/blog/
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

In general this is [...]]]></description>
			<content:encoded><![CDATA[<p>When you follow a link from one page or site to another, the browser usually sends a Referer [sic] header to the server to tell sites where you came from:</p>
<pre>GET /test.phtml HTTP/1.1
Host: cafe.elharo.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051130 Firefox/1.5
<strong>Referer: http://blog.elharo.com/blog/</strong>
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
</pre>
<p>In general this is a good thing. However, unscrupulous sites can and do abuse this information to violate visitors&#8217; privacy and track them across the Web. In combination with cookies, it&#8217;s especially dangerous. In Firefox, you can disable the sending of the Referer header completely, and in general I recommend you do so. Here are the steps:<br />
<span id="more-143"></span></p>
<ol>
<li>Type &#8220;about:config&#8221; in the location bar, and press return.</li>
<li>In the filter box, type &#8220;referer&#8221; and press return. This should leave you with one preference, <code>network.http.sendRefererHeader</code>. This is probably set to 2.</li>
<li>Right click on <code>network.http.sendRefererHeader</code> and select &#8220;Modify&#8221;
<p><img src='/wp-content/uploads/2006/10/referer.png' alt='Firefox referer configuration' width='653' height='316'/></p>
</li>
<li>In the dialog that appears type &#8220;0&#8243; and press OK:
<p><img src='/wp-content/uploads/2006/10/enterinteger.png' alt='Integer dialog for Firefox ' height='156' width='322'/>
</li>
<li>Close the window.</li>
</ol>
<p>This completely disables the referer header. This is normally what you want, though it may occasionally break a few sites that check the referer header to prevent deep linking or framing of its content.  (It breaks WordPress, for example.) </p>
<p>If you run into problems, try setting sendRefererHeader to 1 instead. Setting it to 1 sends a referer header when following a link to another page, but not when loading images on the page. This will block most cross-site cookie tracking, but still allow WordPress and most other sites that depend on referers to function.  Setting sendRefererHeader to 2 (the default) sends it when following links and when loading images  on the page.</p>
<p>There&#8217;s also a boolean network.http.sendSecureXSiteReferer preference. If true, referer headers are sent for https the same as they are for http (i.e. controlled by network.http.sendRefererHeader). If false, referer headers are not sent for https connections. The default is true, and that&#8217;s probably OK; but if you like you can set this to false by toggling the value:</p>
<p><img id="image1000230" src="http://www.elharo.com/blog/wp-content/uploads/2006/10/sendsecure.png" alt="network.http.sendSecureXSiteReferer" width='693' height='435' /></p>
<p>That&#8217;s it. You&#8217;re done. Taking these steps significantly reduces the ability of sites to track and profile you. </p>
]]></content:encoded>
			<wfw:commentRss>http://cafe.elharo.com/privacy/privacy-tip-3-block-referer-headers-in-firefox/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Privacy Tip #2: Mailinator</title>
		<link>http://cafe.elharo.com/privacy/privacy-tip-2-mailinator/</link>
		<comments>http://cafe.elharo.com/privacy/privacy-tip-2-mailinator/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 16:16:21 +0000</pubDate>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
				<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://cafe.elharo.com/privacy/privacy-tip-2-mailinator/</guid>
		<description><![CDATA[Companies are really fond of collecting information from you they don&#8217;t really need before letting you read their website, check out demos,  and download  free-as-in-beer software. Occasionally they ask for this for free-as-in-speech software. One technique they use to make sure you give them your information is to e-mail you your username or [...]]]></description>
			<content:encoded><![CDATA[<p>Companies are really fond of collecting information from you they don&#8217;t really need before letting you read their website, check out demos,  and download  free-as-in-beer software. Occasionally they ask for this for free-as-in-speech software. One technique they use to make sure you give them your information is to e-mail you your username or password or license key. That way, even if the user is named &#8220;Barney Rubble&#8221; they&#8217;ve got a pretty good idea of your real e-mail address. </p>
<p>Certainly you good set up a free account on HotMail or GMail, and use that to register. However that takes time and effort. If you use the account more than once, they can cross-correlate your registrations on different sites. There is, however, a better solution: <a href="http://mailinator.com/mailinator/index.jsp">Mailinator</a>.<br />
<span id="more-89"></span></p>
<p>Paul Tyma&#8217;s Mailinator is based around a really simple idea. It&#8217;s a web mail server that accepts any e-mail from anyone. No prior registration is required. You don&#8217;t have to tell Mailinator the e-mail address exists. When mail shows up for BarneyRubble@mailinator.com, the server accepts it. To check your mail just got to the mailinator web site and ask it for BarneyRubble&#8217;s e-mail. Your registration credentials will be waiting for you.</p>
<p>This is about as simple as it could possibly be. There&#8217;s no password, no registration, nothing to get in your way. Messages are only stored for 24 hours after they arrive, so do in check in soon, though.</p>
<p>The only caveat is that  anyone who knows your e-mail address can also read your mail, so don&#8217;t use it for personal e-mail, and/or pick a really weird e-mail address like SimildudeXLink23@mailinator.com. This isn&#8217;t intended to replace PGP for private e-mail, but it does a great job of keeping your private information out of the hands of spammy corporations. </p>
]]></content:encoded>
			<wfw:commentRss>http://cafe.elharo.com/privacy/privacy-tip-2-mailinator/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Privacy Tip #1: Subscribing to mailing lists without registering</title>
		<link>http://cafe.elharo.com/privacy/privacy-tip-1-subscribing-to-mailing-lists-without-registering/</link>
		<comments>http://cafe.elharo.com/privacy/privacy-tip-1-subscribing-to-mailing-lists-without-registering/#comments</comments>
		<pubDate>Sun, 19 Mar 2006 05:31:51 +0000</pubDate>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
				<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://minicafe.elharo.com/privacy/privacy-tip-1-subscribing-to-mailing-lists-without-registering/</guid>
		<description><![CDATA[Many mailing lists are hosted on Yahoo Groups or Google Groups. When you subscribe to such a list, these companies attempt to collect lots of personal information from you and make you agree to some ridiculous and onerous terms. For example, Yahoo hides its terms in a five line text field, but if you scroll [...]]]></description>
			<content:encoded><![CDATA[<p>Many mailing lists are hosted on Yahoo Groups or Google Groups. When you subscribe to such a list, these companies attempt to collect lots of personal information from you and make you agree to some ridiculous and onerous terms. For example, Yahoo hides its terms in a five line text field, but if you scroll down this includes almost 5,000 words of legalese including such gems as </p>
<blockquote><p>You agree to indemnify and hold Yahoo! and its subsidiaries, affiliates, officers, agents, employees, partners and licensors  harmless from any claim or demand, including reasonable attorneys&#8217; fees, made by any third party due to or arising out of Content you submit, post, transmit or otherwise make available through the Service, your use of the Service, your connection to the Service, your violation of the TOS, or your violation of any rights of another.</p></blockquote>
<p>In plain English, Yahoo wants to bill you for their own attorney fees. Overall, though Yahoo&#8217;s terms are better than most. Still they&#8217;re not something a legally sane person wants to agree to. Fortunately, you don&#8217;t have to.<br />
<span id="more-77"></span></p>
<p>To subscribe to a Yahoo Groups mailing list simply send a message from the address you  you wish to subscribe to <i>listname</i>-subscribe@yahoogroups.com. The same trick works for Google groups, except you send the message to <i>listname</i>-subscribe@googlegroups.com.</p>
<p>Neither company advertises this feature since they really want to get you to agree to their terms and collect as much personal information from you as possible. However at least for the moment you don&#8217;t need to provide it.</p>
]]></content:encoded>
			<wfw:commentRss>http://cafe.elharo.com/privacy/privacy-tip-1-subscribing-to-mailing-lists-without-registering/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
