diff options
author | anekos | 2011-11-24 02:27:29 -0800 |
---|---|---|
committer | anekos | 2011-11-24 02:27:29 -0800 |
commit | 28339c335ac94e20e3fe1bcb8e4261fc622c01b2 (patch) | |
tree | b5fd459d6866361c5663e38b4107b566f7dabac5 | |
parent | 3dc39393599777bda264bf2d63068d36a5cbbf2d (diff) | |
parent | aea765ec1d96bf93eca12e138b33f940e24f2f86 (diff) | |
download | vimperator-plugins-28339c335ac94e20e3fe1bcb8e4261fc622c01b2.tar.bz2 |
Merge pull request #10 from chmeee/patch-1
Add 'socks' to prefkeys to support SOCKS proxy configuration.
-rw-r--r-- | autoproxychanger.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(){ |