diff --git a/proxy.pac b/proxy.pac index beb28eb..1d30fb0 100644 --- a/proxy.pac +++ b/proxy.pac @@ -34,12 +34,14 @@ else if ( (shExpMatch(host, "youtube.com")) || + (shExpMatch(host, "*.youtube.com")) || (shExpMatch(host, "youtu.be")) || - (shExpMatch(host, "ytimg.com")) || + (shExpMatch(host, "*.ytimg.com")) || (shExpMatch(host, "ggpht.com")) || (shExpMatch(host, "googleusercontent.com")) || (shExpMatch(host, "googlevideo.com")) || (shExpMatch(host, "google.com")) || + (shExpMatch(host, "*.google.com")) || (shExpMatch(host, "googleapis.com")) )