Case:
- site A contains a link that opens site B in new window.
- The script in site B is trying to get the site A url.
My question: Is there any way to track the referrer of a new window which was opened using target="_blank"
or Javascript window.open()
function?
If yes then is there any way to completely hide the referrer?