bug 997179 - Bing is not present in default search engines, r=mfinkle

This commit is contained in:
Mike Connor 2014-04-16 11:03:07 -04:00
Родитель 9de812d9a7
Коммит 9b0403088f
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -10,7 +10,8 @@
<Param name="form" value="OSDJAS"/> <Param name="form" value="OSDJAS"/>
<Param name="language" value="{moz:locale}"/> <Param name="language" value="{moz:locale}"/>
</Url> </Url>
<Url type="application/x-moz-phonesearch" method="GET" template="http://www.bing.com/search"> <!-- this is effectively x-moz-phonesearch, but search service expects a text/html entry -->
<Url type="text/html" method="GET" template="http://www.bing.com/search">
<Param name="q" value="{searchTerms}" /> <Param name="q" value="{searchTerms}" />
<MozParam name="pc" value="MOZB" /> <MozParam name="pc" value="MOZB" />
<MozParam name="form" value="MOZMBA" /> <MozParam name="form" value="MOZMBA" />