How to set referrer as null/direct or something else?

bookworm

Banned
Oct 1, 2014
6
0
0
hi gents,

we have some great coders here, i wanted to get your thoughts on the topic and my questions.

x.com contains iframe src=y.com

referrer in y.com is x.com

i want it to be null/direct or something else instead of x.com


assuming i have no modification access to y.com,

would following methods set referrer to null/direct?
1. redirecting to http from https
2. using flash to redirect x.com/gotoy.html to y.com


assuming i have modification access to y.com,
would using https://gist.github.com/papoms/3481673 in y.com set referrer as something else than normal?

i hope this is not outing. i'm in the process of testing.