Skip to content

Commit

Permalink
Closes mozilla-mobile#1563: Update Google search code
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz committed Jan 3, 2019
1 parent 55a34d1 commit f3e5cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Param name="q" value="{searchTerms}"/>
<Param name="ie" value="utf-8"/>
<Param name="oe" value="utf-8"/>
<Param name="client" value="firefox-b-1"/>
<Param name="client" value="firefox-b-1-m"/>
</Url>
<SearchForm>https://www.google.com</SearchForm>
</SearchPlugin>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Param name="q" value="{searchTerms}"/>
<Param name="ie" value="utf-8"/>
<Param name="oe" value="utf-8"/>
<Param name="client" value="firefox-b"/>
<Param name="client" value="firefox-b-m"/>
</Url>
<SearchForm>https://www.google.com</SearchForm>
</SearchPlugin>

0 comments on commit f3e5cb4

Please sign in to comment.