From d80c0ecbb1c56a494d015ea5eaf6acd320a2441f Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 15:03:38 +0000 Subject: [PATCH] Update proxy.pac --- proxy.pac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")) )