0

Use https for naver search engine

Naver search engine has been providing https support for some time now.
Current http url even automatically redirects to https,
So changing naver urls to https where appropriate.

BUG=

Review-Url: https://codereview.chromium.org/2241723002
Cr-Commit-Position: refs/heads/master@{#411584}
This commit is contained in:
jihoon
2016-08-12 01:36:28 -07:00
committed by Commit bot
parent c566b2a473
commit c33c68d1a0
2 changed files with 6 additions and 4 deletions
AUTHORS
components/search_engines

@@ -297,6 +297,8 @@ Jiadong Zhu <jiadong.zhu@linaro.org>
Jiajia Qin <jiajia.qin@intel.com>
Jiawei Shao <jiawei.shao@intel.com>
Jie Chen <jie.a.chen@intel.com>
Jihoon Chung <jihoon@gmail.com>
Jihoon Chung <j.c@navercorp.com>
Jihun Brent Kim <devgrapher@gmail.com>
Jin Yang <jin.a.yang@intel.com>
Jincheol Jo <jincheol.jo@navercorp.com>

@@ -30,7 +30,7 @@
// Increment this if you change the data in ways that mean users with
// existing data should get a new version.
"kCurrentDataVersion": 91
"kCurrentDataVersion": 92
},
// The following engines are included in country lists and are added to the
@@ -163,9 +163,9 @@
"naver": {
"name": "\ub124\uc774\ubc84",
"keyword": "naver.com",
"favicon_url": "http://sstatic.naver.net/search/favicon/favicon_140327.ico",
"search_url": "http://search.naver.com/search.naver?ie={inputEncoding}&query={searchTerms}",
"suggest_url": "http://ac.search.naver.com/nx/ac?of=os&ie={inputEncoding}&q={searchTerms}&oe={outputEncoding}",
"favicon_url": "https://ssl.pstatic.net/sstatic/search/favicon/favicon_140327.ico",
"search_url": "https://search.naver.com/search.naver?ie={inputEncoding}&query={searchTerms}",
"suggest_url": "https://ac.search.naver.com/nx/ac?of=os&ie={inputEncoding}&q={searchTerms}&oe={outputEncoding}",
"type": "SEARCH_ENGINE_NAVER",
"id": 67
},