зеркало из https://github.com/mozilla/gecko-dev.git
bug 950204 - Bing search suggestions on desktop do not include locale, r=gavin
This commit is contained in:
Родитель
81fe60a120
Коммит
7122ff527c
|
@ -10,6 +10,7 @@
|
|||
<Url type="application/x-suggestions+json" template="http://api.bing.com/osjson.aspx">
|
||||
<Param name="query" value="{searchTerms}"/>
|
||||
<Param name="form" value="OSDJAS"/>
|
||||
<Param name="language" value="{moz:locale}"/>
|
||||
</Url>
|
||||
<Url type="text/html" method="GET" template="http://www.bing.com/search">
|
||||
<Param name="q" value="{searchTerms}"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<Url type="application/x-suggestions+json" template="http://api.bing.com/osjson.aspx">
|
||||
<Param name="query" value="{searchTerms}"/>
|
||||
<Param name="form" value="MOZW"/>
|
||||
<Param name="language" value="{moz:locale}"/>
|
||||
</Url>
|
||||
<Url type="text/html" method="GET" template="http://www.bing.com/search">
|
||||
<Param name="q" value="{searchTerms}"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче