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