diff --git a/proxy.pac b/proxy.pac index 79e2eaa..b4bfc1b 100644 --- a/proxy.pac +++ b/proxy.pac @@ -35,11 +35,11 @@ else if ( (shExpMatch(host, "youtube.com")) || (shExpMatch(host, "*.youtube.com")) || - (shExpMatch(host, "youtu.be")) || + (shExpMatch(host, "*.youtu.be")) || (shExpMatch(host, "*.ytimg.com")) || - (shExpMatch(host, "ggpht.com")) || - (shExpMatch(host, "googleusercontent.com")) || - (shExpMatch(host, "*.googlevideo.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"))