From aea765ec1d96bf93eca12e138b33f940e24f2f86 Mon Sep 17 00:00:00 2001 From: Date: Fri, 13 May 2011 04:35:50 -0700 Subject: Add 'sooks' to prefkeys to support SOCKS proxy configuration. --- autoproxychanger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoproxychanger.js') diff --git a/autoproxychanger.js b/autoproxychanger.js index 809f344..797b7bb 100644 --- a/autoproxychanger.js +++ b/autoproxychanger.js @@ -97,7 +97,7 @@ const DISABLE_ICON = 'data:image/png;base64,' var acmanager = []; -const prefkeys = ['ftp','gopher','http','ssl']; +const prefkeys = ['ftp','gopher','http','ssl', 'socks']; var prevSetting = null; var _isEnable = false; var exec = (function(){ -- cgit v1.2.3