Post Reply 
Stop a site from catching fake referers
Apr. 25, 2013, 07:14 PM
Post: #8
RE: Stop a site from catching fake referers
It works! Even if I just use Replace = "https://www.google.com" without any parameters. I've also globalized the URL and combined your filters into one:
Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Referer: Fake haaretz (Out)"
URL = "www.haaretz.co.il/\w/.premium-"
Match = "(?|)"
Replace = "https://www.google.com"

Do you think newer filtersets somehow make fake referers only work in the specific pages they're on? Or maybe they somehow only affect HTML pages (even though $TYPE is not supported for header filters)?
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Stop a site from catching fake referers - bugmenot - Apr. 25, 2013 07:14 PM

Forum Jump: