diff options
author | anekos | 2013-04-06 18:22:02 +0900 |
---|---|---|
committer | anekos | 2013-04-06 18:22:02 +0900 |
commit | 37f3071e579fbe36deaf17c2513a6619707eab45 (patch) | |
tree | 90b6134fff349ec45ebaf48b4a25e5b31c92fba8 /prevent-pseudo-domain.js | |
parent | 862198772d1b50822d888bae4d13d3ee8aa69740 (diff) | |
parent | 443904bbc0d49e6da3c80319e063e0c8bb258c4c (diff) | |
download | vimperator-plugins-37f3071e579fbe36deaf17c2513a6619707eab45.tar.bz2 |
Merge branch 'master' into 3.6
for master updates
Conflicts:
lo.js
twittperator.js
Diffstat (limited to 'prevent-pseudo-domain.js')
-rw-r--r-- | prevent-pseudo-domain.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prevent-pseudo-domain.js b/prevent-pseudo-domain.js index 7981874..0e4124c 100644 --- a/prevent-pseudo-domain.js +++ b/prevent-pseudo-domain.js @@ -5,7 +5,7 @@ } function isWord (s) { - return /^[^\s\.]+$/i.test(s); + return /^[^\s\.\/]+$/i.test(s); } function isIPAddress (s) { |