diff options
author | corvid <devnull@localhost> | 2015-05-16 17:28:24 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-05-16 17:28:24 +0000 |
commit | 37948ff867620850b921429c9b36886f40ce3843 (patch) | |
tree | 6a4fb501e60051354d6c5677c4777b4cb0f12d79 | |
parent | 710297d990e450ecfd7d02be82d8652aa0c52009 (diff) |
dillorc: search urls duckduckgo and startpage always redirect to https, so just specify https
-rw-r--r-- | dillorc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,10 +157,10 @@ # You can enable multiple search_url strings at once and select from among # them at runtime, with the first being the default. # (the prefix serves to search from the Location Bar. e.g. "dd dillo image") -search_url="dd DuckDuckGo http://duckduckgo.com/lite/?kp=-1&q=%s" +search_url="dd DuckDuckGo (https) https://duckduckgo.com/lite/?kp=-1&q=%s" search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" search_url="Free Dictionary http://www.thefreedictionary.com/%s" -search_url="Startpage http://www.startpage.com/do/search?query=%s" +search_url="Startpage (https) https://www.startpage.com/do/search?query=%s" search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # If set, dillo will ask web servers to send pages in this language. |