I need to do redirect my site visitors to a third party site, without the original referrer showing as the urls disclose private information.
Is there a way to instruct a browser redirection without a referrer being sent to the destination site? E.g. using javascript?
Thanks
As a quick workaround, you could redirect them to a special URL owned by you which exclusively redirects to the target URL (or one provided as a query parameter, for example). This way the private information would be lost in the extra hop.