You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, September 12th 2008, 5:05pm

[Konqueror] How do I configure Konqueror to pass JonDo's anonymity test?

The good people of JonDo / JAP have created an anonymity test:
https://www.jondos.de/en/anontest

Proxy settings, disabling Java and Javascript, and disabling cookies can all easily be done from within the graphical Configure Konqueror. Language is already set to en. By editing kio_httprc, I can disable referrers and set a global fake user agent with the following lines:
SendReferrer=false
UserAgent=Mozilla/5.0 Gecko/20070713 Firefox/2.0.0.0

So far as headers go, according to the anonymity test, that gives me three that show up as good, one medium, and three bad.

What's still needed:
* Referrer should be forged to the current domain, not just blank. (So, when browsing this forum, the referrer should claim to be http://www.kde-forum.org/ regardless of the actual referrer.)
* HTTP_ACCEPT_CHARSET, HTTP_ACCEPT, and HTTP_ACCEPT_ENCODING all need to be customised. I tried adding Charsets=utf-8,* to kio_httprc, but that just prepended utf-8,* to the default list.

Help?

Similar threads