diff options
| author | Stephen Blott | 2014-10-31 12:39:39 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-10-31 12:39:39 +0000 |
| commit | 92f177faac3a14e41c033f4bc1ae95909e90c9ce (patch) | |
| tree | a7b40b2a2d18608a989a7921a55569da5db393e4 /lib | |
| parent | a277fa6332f3aa3c0aa5f2c541f539fb1569c6b9 (diff) | |
| parent | d65f265a6ad137be0db4d8c86879e5123a10087b (diff) | |
| download | vimium-92f177faac3a14e41c033f4bc1ae95909e90c9ce.tar.bz2 | |
Merge vomnibarToPage from @mrmr1993.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/utils.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.coffee b/lib/utils.coffee index a93831d7..5d93ae70 100644 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -26,7 +26,7 @@ Utils = -> id += 1 hasChromePrefix: (url) -> - chromePrefixes = [ "about", "view-source", "chrome-extension", "data" ] + chromePrefixes = ["about:", "view-source:", "chrome-extension:", "data:", "javascript:"] for prefix in chromePrefixes return true if url.startsWith prefix false |
