Browse Source

Force using https in Yandex search engine

Marc Cornellà 9 years ago
parent
commit
02d75684f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/web-search/web-search.plugin.zsh

+ 1 - 1
plugins/web-search/web-search.plugin.zsh

@@ -10,7 +10,7 @@ function web_search() {
     bing        "https://www.bing.com/search?q="
     yahoo       "https://search.yahoo.com/search?p="
     duckduckgo  "https://www.duckduckgo.com/?q="
-    yandex      "http://yandex.ru/yandsearch?text="
+    yandex      "https://yandex.ru/yandsearch?text="
   )
 
   # define the open command