aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/completion.coffee')
-rw-r--r--background_scripts/completion.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee
index 5a47d8db..11c63cf0 100644
--- a/background_scripts/completion.coffee
+++ b/background_scripts/completion.coffee
@@ -137,6 +137,7 @@ class Suggestion
url = decodeURI @url
catch
@url
+ url = url.toLowerCase()
for [ filter, replacements ] in @stripPatterns
if new RegExp(filter).test url
for replace in replacements