The problem is somewhat deeper: you can construct HTML/CSS combinations,
which are
rendered differently by the browsers. Thus you can have e.g. a start
page or a menu which contains different links - depening on the browser
of the user, all but one links are hidden - thus, from the link which has
been clicked you can derive the browser of the user.
Example:
<STYLE > #header {margin-bottom: 3em;}
html>body #header {margin-bottom: 1em;}
body { color: purple; background-color: #d8da3d }
html>body {color: #d8da3d; background-color: purple;}
</STYLE>
<font color = "purple">You are not using Iceweasel</font>
<font color = "#d8da3d">You are using an Iceweasel compatible browser</font>
The only thing to avoid this kind of profiling is to actually USE
the same browser..
Lexi
2008/7/11 krishna e bera <[EMAIL PROTECTED]>:
> Thanks for running a check site and helping with privacy/anonymity!
>
> I believe torbutton does this sort of scrubbing.
> You can see what it does and why at
> https://torbutton.torproject.org/dev/design/
>
> It would be nice to have a torbutton for Konqueror.
>
>