From 64ccc1da6cc10ee86aa62c07c8a1c72383c49add Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 15:10:58 +0000 Subject: [PATCH] Update proxy.pac --- proxy.pac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"))