Forum Moderators: open
If that is yuour request, then two ideas come to mind that you can experiment with (there may be others).
1. Serve your entire website only with the https: protocol. Typically if you go from an https page to an http page, referer data is not sent in the browser header.
2. Make all your external links in Flash, which last I knwe of did not send referer information.
If I understand correctly, you don't want visitors who click on your site's external links to show your site as the referer to the serfer at the destination site. Have I got that right?
1. Serve your entire website only with the https: protocol. Typically if you go from an https page to an http page, referer data is not sent in the browser header.
2. Make all your external links in Flash, which last I knwe of did not send referer information.
Thank you.
Best regards, Vitaliy.
[edited by: betal at 10:34 am (utc) on April 14, 2009]
I also thought about it... But I don't know how to do it ):