Update proxy.pac

This commit is contained in:
2024-08-12 15:03:38 +00:00
parent a8b191d144
commit d80c0ecbb1

View File

@@ -34,12 +34,14 @@ else
if ( if (
(shExpMatch(host, "youtube.com")) || (shExpMatch(host, "youtube.com")) ||
(shExpMatch(host, "*.youtube.com")) ||
(shExpMatch(host, "youtu.be")) || (shExpMatch(host, "youtu.be")) ||
(shExpMatch(host, "ytimg.com")) || (shExpMatch(host, "*.ytimg.com")) ||
(shExpMatch(host, "ggpht.com")) || (shExpMatch(host, "ggpht.com")) ||
(shExpMatch(host, "googleusercontent.com")) || (shExpMatch(host, "googleusercontent.com")) ||
(shExpMatch(host, "googlevideo.com")) || (shExpMatch(host, "googlevideo.com")) ||
(shExpMatch(host, "google.com")) || (shExpMatch(host, "google.com")) ||
(shExpMatch(host, "*.google.com")) ||
(shExpMatch(host, "googleapis.com")) (shExpMatch(host, "googleapis.com"))
) )