diff --git a/proxy.pac b/proxy.pac index 96ee511..bc0ac1d 100644 --- a/proxy.pac +++ b/proxy.pac @@ -25,7 +25,7 @@ else else //instagram - if ((shExpMatch(host, "instagram.com")) || (shExpMatch(host, "*.instagram.com")) || (shExpMatch(host, "*instagram.com"))) + if (shExpMatch(host, "*instagram.com")) { return "SOCKS5 proxy.vm:11080"}