From 894c47c98322817b9391d58e972152f71061dabb Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 12 Aug 2024 12:37:50 +0000 Subject: [PATCH] dot for linkedin --- proxy.pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.pac b/proxy.pac index cd422c3..fa47127 100644 --- a/proxy.pac +++ b/proxy.pac @@ -2,7 +2,7 @@ function FindProxyForURL(url, host) { - if (shExpMatch(host, "*linkedin.com")) + if (shExpMatch(host, "*.linkedin.com")) return "SOCKS5 proxy.vm:11080";