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