Post Reply 
How can I exempt a site from User-Agent managed strings?
Dec. 26, 2013, 07:25 PM
Post: #2
RE: How can I exempt a site from User-Agent managed strings?
(Dec. 25, 2013 07:28 PM)Belarathon Wrote:  How can I tell Proxomitron not to modify the user string on youtube?

I can't be sure. Have neither Windows 8.1 or IE 11. Try adding

Code:
[^.]+.youtube.com/ $SET(0=i_ua:0.)
[^.]+.youtube.com: $SET(0=i_ua:0.)
[^.]+.googlevideo.com/ $SET(0=i_ua:0.)
[^.]+.googlevideo.com: $SET(0=i_ua:0.)

to $LST(Exceptions-U).

We will need to accommodate Windows 8.1/IE 11. What is the browser's true user-agent? What is the Proxomitron sending?
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to JJoe for this post:
Belarathon
Post Reply 


Messages In This Thread
RE: How can I exempt a site from User-Agent managed strings? - JJoe - Dec. 26, 2013 07:25 PM

Forum Jump: