bug 950204 - Bing search suggestions on desktop do not include locale, r=gavin

This commit is contained in:
Mike Connor 2013-12-19 14:51:09 -05:00
Родитель 81fe60a120
Коммит 7122ff527c
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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}"/>