Skip to content

Commit

Permalink
Updates Daum search_url and suggest_url.
Browse files Browse the repository at this point in the history
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: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557974}
  • Loading branch information
bill.2714 authored and Commit Bot committed May 11, 2018
1 parent e208438 commit a1aa8b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions components/search_engines/prepopulated_engines.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
},
Expand Down

0 comments on commit a1aa8b0

Please sign in to comment.