From 7606661a8ff1279a88508f2fd3f3ac78d5c8c373 Mon Sep 17 00:00:00 2001 From: iBug Date: Wed, 22 Jan 2020 13:36:36 +0800 Subject: [PATCH] The detection code fails for SS-Win < 4.1.9 https://github.com/iBug/pac/issues/7#issuecomment-577015641 --- code.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code.js b/code.js index 729b033..850c3b7 100644 --- a/code.js +++ b/code.js @@ -34,10 +34,6 @@ function isLan(host) { var proxy = "__PROXY__"; var direct = "DIRECT"; -// Attempt to catch Shadowsocks-Windows 4.1.9 -if (typeof __PROXY__ !== "undefined") { - proxy = __PROXY__; -} function FindProxyForURL(url, host) { if (!isResolvable(host)) {