The problem is somewhat deeper: you can construct HTML/CSS combinations, which are<br>
rendered differently by the browsers. Thus you can have e.g. a start<br>
page or a menu which contains different links - depening on the browser<br>
of the user, all but one links are hidden - thus, from the link which has<br>
been clicked you can derive the browser of the user.<br>
<br>
Example:<br>
&lt;STYLE &gt; #header {margin-bottom: 3em;}<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;html&gt;body #header {margin-bottom: 1em;}<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;body { color: purple; background-color: #d8da3d }<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;html&gt;body {color: #d8da3d; background-color: purple;}<br>
&lt;/STYLE&gt;<br>
&lt;font color = &quot;purple&quot;&gt;You are not using Iceweasel&lt;/font&gt;<br>
&lt;font color = &quot;#d8da3d&quot;&gt;You are using an Iceweasel compatible browser&lt;/font&gt;<br>
<br>
The only thing to avoid this kind of profiling is to actually USE<br>
the same browser..<br>
<font color="#888888"><br>
 &nbsp;Lexi</font><br><br><div class="gmail_quote">2008/7/11 krishna e bera &lt;<a href="mailto:keb@cyblings.on.ca">keb@cyblings.on.ca</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for running a check site and helping with privacy/anonymity!<br>
<br>
I believe torbutton does this sort of scrubbing.<br>
You can see what it does and why at<br>
<a href="https://torbutton.torproject.org/dev/design/" target="_blank">https://torbutton.torproject.org/dev/design/</a><br>
<br>
It would be nice to have a torbutton for Konqueror.<br>
<br>
</blockquote></div><br>