How can I overwrite the referrer with an empty string
Hi,
When a visitor types the URL of page A in the browser a redirect occurs to the page B.
On the B page the URL is b/?ref= and document.referrer=A
I set s.referrer = s.Util.getQueryParam("ref"); however since it's an empty string the value from document.referrer shows up.
Any advice?
Thank You!

