Commit a1aa8b05 authored by bill.2714's avatar bill.2714 Committed by Commit Bot

Updates Daum search_url and suggest_url.

This CL updates Daum related url to the newest.
'search_url' adds 'w' and 'DA' param to recognize this url is from chrome omnibox.
This will be used for handling abuse control, redirect issues and
serving extra options for users from chrome omnibox.
'search_url' deletes 'ie' param which no longer valid.
The domain for 'suggest_url' has changed and older url no longer valid, updated to the newest.

R=pkasting@chromium.org, vasilii@chromium.org

Change-Id: Ib60e54b5e29c0d84493174fc43e4c4efb84f0363
Reviewed-on: https://chromium-review.googlesource.com/1025544
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557974}
parent e2084383
......@@ -126,6 +126,7 @@ Bruno de Oliveira Abinader <brunoabinader@gmail.com>
Bruno Roy <brusi_roy@hotmail.com>
Bryan Donlan <bdonlan@gmail.com>
Bryce Thomas <bryct@amazon.com>
Byounghoon Yoon <bill.2714@kakaocorp.com>
Byoungkwon Ko <codeimpl@gmail.com>
Byungwoo Lee <bw80.lee@samsung.com>
Caesar Wang <wxt@rock-chips.com>
......
......@@ -32,7 +32,7 @@
// Increment this if you change the data in ways that mean users with
// existing data should get a new version.
"kCurrentDataVersion": 101
"kCurrentDataVersion": 102
},
// The following engines are included in country lists and are added to the
......@@ -108,8 +108,8 @@
"name": "Daum",
"keyword": "daum.net",
"favicon_url": "https://search.daum.net/favicon.ico",
"search_url": "https://search.daum.net/search?ie={inputEncoding}&q={searchTerms}",
"suggest_url": "https://sug.search.daum.net/search_nsuggest?mod=fxjson&ie={inputEncoding}&code=utf_in_out&q={searchTerms}",
"search_url": "https://search.daum.net/search?w=tot&DA=JU5&q={searchTerms}",
"suggest_url": "https://suggest.search.daum.net/sushi/opensearch/pc?q={searchTerms}&DA=JU6",
"type": "SEARCH_ENGINE_DAUM",
"id": 68
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment