Update proxy.pac
This commit is contained in:
10
proxy.pac
10
proxy.pac
@@ -26,16 +26,6 @@ else
|
|||||||
{ return "SOCKS5 proxy.vm:11080"}
|
{ return "SOCKS5 proxy.vm:11080"}
|
||||||
else
|
else
|
||||||
|
|
||||||
//youtube
|
|
||||||
|
|
||||||
if ((shExpMatch(host, ".googlevideo.*)) ||
|
|
||||||
(shExpMatch(host, "*.youtube.*)) ||
|
|
||||||
(shExpMatch(host, "*.ytimg.*))
|
|
||||||
)
|
|
||||||
|
|
||||||
{ return "SOCKS5 proxy.vm:11080"}
|
|
||||||
else
|
|
||||||
|
|
||||||
{
|
{
|
||||||
// Default: no proxy,
|
// Default: no proxy,
|
||||||
return "DIRECT"
|
return "DIRECT"
|
||||||
|
|||||||
Reference in New Issue
Block a user