Post Reply 
How can I exempt a site from User-Agent managed strings?
Dec. 25, 2013, 07:28 PM
Post: #1
How can I exempt a site from User-Agent managed strings?
Hello:

I am having trouble with youtube freezing in Windows 8.1/IE 11. I have found that if I untick the "User-Agent: Manage listed Strings - Set Var" rule, it stops freezing. How can I tell Proxomitron not to modify the user string on youtube?

Thanks!

C
Add Thank You Quote this message in a reply
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
Dec. 26, 2013, 07:47 PM
Post: #3
RE: How can I exempt a site from User-Agent managed strings?
Hi Joe...that worked.

Default is sending "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko"
Proxomitron is sending "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)"

I've found a method to block youtube ads....will post.
Add Thank You Quote this message in a reply
Dec. 27, 2013, 04:15 AM
Post: #4
RE: How can I exempt a site from User-Agent managed strings?
Try this
http://prxbx.com/forums/showthread.php?tid=2142
instead.

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


Forum Jump: