Skip to content

Commit 78503a2

Browse files
sblatzpocmo
authored andcommitted
Closes mozilla-mobile#1563: Update Google search code
1 parent 525ec18 commit 78503a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/browser/search/src/main/assets/searchplugins/google-2018.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Param name="q" value="{searchTerms}"/>
1212
<Param name="ie" value="utf-8"/>
1313
<Param name="oe" value="utf-8"/>
14-
<Param name="client" value="firefox-b-1"/>
14+
<Param name="client" value="firefox-b-1-m"/>
1515
</Url>
1616
<SearchForm>https://www.google.com</SearchForm>
1717
</SearchPlugin>

components/browser/search/src/main/assets/searchplugins/google.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Param name="q" value="{searchTerms}"/>
1212
<Param name="ie" value="utf-8"/>
1313
<Param name="oe" value="utf-8"/>
14-
<Param name="client" value="firefox-b"/>
14+
<Param name="client" value="firefox-b-m"/>
1515
</Url>
1616
<SearchForm>https://www.google.com</SearchForm>
1717
</SearchPlugin>

0 commit comments

Comments
 (0)