mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 997402 - both bing and yahoo params are broken, r=mfinkle
--HG-- extra : rebase_source : 7d472dbc99c87d202c912d006f7e494fd397891b
This commit is contained in:
parent
85d978861c
commit
df587cccc1
@ -13,13 +13,13 @@
|
||||
<!-- 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}" />
|
||||
<MozParam name="pc" value="MOZB" />
|
||||
<MozParam name="form" value="MOZMBA" />
|
||||
<Param name="pc" value="MOZB" />
|
||||
<Param name="form" value="MOZMBA" />
|
||||
</Url>
|
||||
<Url type="application/x-moz-tabletsearch" method="GET" template="http://www.bing.com/search">
|
||||
<Param name="q" value="{searchTerms}" />
|
||||
<MozParam name="pc" value="MOZA" />
|
||||
<MozParam name="form" value="MOZAT" />
|
||||
<Param name="pc" value="MOZA" />
|
||||
<Param name="form" value="MOZAT" />
|
||||
</Url>
|
||||
<SearchForm>http://www.bing.com</SearchForm>
|
||||
</SearchPlugin>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<Url type="text/html" method="GET" template="https://search.yahoo.com/search">
|
||||
<Param name="p" value="{searchTerms}" />
|
||||
<Param name="ei" value="UTF-8" />
|
||||
<MozParam name="fr" value="mozilla_mobile_search" />
|
||||
<Param name="fr" value="mozilla_mobile_search" />
|
||||
</Url>
|
||||
<SearchForm>https://search.yahoo.com/</SearchForm>
|
||||
</SearchPlugin>
|
||||
|
Loading…
Reference in New Issue
Block a user