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 | 80e7f2497e783e4faad6df4de2e2c7e3ea20d901 (patch) | |
tree | 06e7820a833674379d0faf94b8ba610dc3269ca7 /dillorc | |
parent | 3702a356bae1090287aa4aecb684e5c29c7af72c (diff) |
dillorc: search urls duckduckgo and startpage always redirect to https, so just specify https
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -166,10 +166,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. |