How to hide my domain from the destination website

Gina

Newbie
Joined
Apr 10, 2017
Messages
5
Reaction score
0
Hi,

I am looking on the solution how to hide my domain link and the destination site will not know which source I bring from. currently using wordpress, try to look for plugin but it's not working as well.

Anyone share experience?

and I found an similar solution from Clickmeter:referral wipping

but it's costy for me.
 
I think you can do it manually with normal HTML codes but it will take some time for sure
 
Meta fresh is best bet, but still chances it may leak referral and if you want full proof, cloaking is your way.
 
Here is some good information about it: https://stackoverflow.com/questions/6817595/remove-http-referer
 
I read that as well, but not really understand about it. Just apply the code in header will helps to hide whole domain?
 
It will apply for the page that it is included on. If every page under the domain have it included in the header it will apply for the whole domain.

However it's not a good method since the browser support is bad (https://caniuse.com/#feat=referrer-policy) and the Origin header is going to include your domain anyway. The best you can get via this method is to only show your domain and not the page but only on supported browsers.

You should probably go for a cloaker as mentioned above.
 
Try some of these:
thank you, the advance wp hide referer is working for me, now in affiliate sstem report wont show my URL anymore. :)


just wonder is it a long term solution? or should I learn to add HTML in header?
 
Hi,

I am looking on the solution how to hide my domain link and the destination site will not know which source I bring from. currently using wordpress, try to look for plugin but it's not working as well.

Anyone share experience?

and I found an similar solution from Clickmeter:referral wipping

but it's costy for me.

for that kind of I m using linkscloaking you may check if its ok for you
 
Cloaking in HTML will get you burned. Just sayin.
 
Try some of these:
https://wordpress.org/plugins/tags/blank-referrer/
https://wordpress.org/plugins/tags/hide-referrer/
https://wordpress.org/plugins/advanced-wp-hide-referer/
https://wordpress.org/plugins/wp-blank-referer/
wow that's great thanks for sharing
 
Back
Top