Link Anonymizer

This is a pre-sales question. I want to setup a Xenforo Forum, but i want to find it if there is any addon that can act as an external link Anonymizer hence hiding the HTTP referrer like this one below in WordPress


Tnx
 
This is a pre-sales question. I want to setup a Xenforo Forum, but i want to find it if there is any addon that can act as an external link Anonymizer hence hiding the HTTP referrer like this one below in WordPress


Tnx
You don't need an addon for this. You can edit the template that contains the <head> section of the forum, and add this line:

HTML:
<meta name="referrer" content="no-referrer">

This can be done with any website. I've done this in my forum as well because I don't want my forum members being tracked.
 
Top Bottom