Post Reply 
Bypass ALL filters AND change user agent
Apr. 04, 2012, 08:40 PM
Post: #8
RE: Bypass ALL filters AND change user agent
(Apr. 04, 2012 06:58 PM)dave Wrote:  I need to uncheck "User-Agent: Manage listed Strings" header filter for the new user agent filter to work.

I didn't have that problem. Your header filters may not be ordering correctly.
You can set the user-agent in Exceptions-U, however.

(Apr. 04, 2012 06:58 PM)dave Wrote:  My guess is that I need to uncheck "Web page filters" because there are other sites that are ad/tracking related that need to be bypassed for the site to work as I would like.

A good guess. You could try adding a filter that is triggered by the referer header to handle these.

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Z: Bypass Web and In header filters at prxbx.com (fail)"
URL = "$OHDR(Referer:*.example.com)$FILTER(False)nevermatch(^)"

For the sidki set you might need something like

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Z: Bypass Web and In header filters at prxbx.com (fail)"
URL = "$TST(hOrigRef=*.example.com)$FILTER(False)nevermatch(^)"

http://proxomitron.info/45/help/Matching....html#OHDR

Not tested.

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Bypass ALL filters AND change user agent - JJoe - Apr. 04, 2012 08:40 PM

Forum Jump: