diff --git a/proxy.pac b/proxy.pac index 1d30fb0..3526f6a 100644 --- a/proxy.pac +++ b/proxy.pac @@ -42,7 +42,7 @@ else (shExpMatch(host, "googlevideo.com")) || (shExpMatch(host, "google.com")) || (shExpMatch(host, "*.google.com")) || - (shExpMatch(host, "googleapis.com")) + (shExpMatch(host, "*.googleapis.com")) ) { return "SOCKS5 proxy.vm:1080"}