Update proxy.pac
This commit is contained in:
@@ -19,9 +19,12 @@ else
|
||||
{ return "SOCKS5 proxy.vm:11080"}
|
||||
else
|
||||
|
||||
//*.googlevideo.com
|
||||
//youtube
|
||||
|
||||
if ((shExpMatch(host, ".googlevideo.*)) || (shExpMatch(host, ".youtube.*)))
|
||||
if ((shExpMatch(host, ".googlevideo.*)) ||
|
||||
(shExpMatch(host, "*.youtube.*)) ||
|
||||
(shExpMatch(host, "*.ytimg.*))
|
||||
)
|
||||
|
||||
{ return "SOCKS5 proxy.vm:11080"}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user