Hi I am working on one project that's similar to traffic exchange or ptc site (but not 100% ptc or traffic exchange site). Where people will open sites like ptc or traffic exchange sites but problem is my site url is being forwarded as referral url for opened sites. Many traffic exchange sites offer to hide http_referer. I want to know how they do this so I may add this function in my script. This method should work for all browsers. Help me please. MI6
On a link: <a href="http://example.com" rel="noreferrer">Example.com</a> Code (markup): On an iframe: <iframe src="http://example.com/"referrerpolicy="no-referrer"></iframe> Code (markup):
Perfect. I tried this and its working. Can you please test my link with different testing sites if code is really hiding referrer for all browsers. http://idomaining.org/test/showreferraltest.php I opened few sites which show http_referer and all are showing nill. Test code please. MI6
I am trying to https://browserleaks.com/javascript in above test url but its not opening. Few sites are opening and few sites are not opening. tracemyip.org + detectmybrowser.com + whatismyreferer.com are opening What might be problem?
I can't open following sites: https://dnslytics.com https://browserleaks.com/javascript https://www.computerhope.com/cgi-bin/systeminfo.cgi Please check these sites at your end. MI6
I added following tag as this is being used at one well known traffic exchange website: sandbox="allow-popups allow-same-origin allow-scripts allow-forms" but still its not working.
Could be that the webmasters chose that option (not to let their sites open in an iframe). The error say: dnslytics.com refused to connect.
VERY good point. Generally though it's kind of a douche move to omit referrer... though to be fair "traffic exchange" being a sleazy bit of dirtbag tomfoolery the use of such stupid practices can hardly be considered out of the ordinary these days.