Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit e6073d4

Browse files
Bugfix FXIOS-6526 [v114] Update search urls (#3766) (#3767)
(cherry picked from commit 90f3c2a) Co-authored-by: Mark Banner <[email protected]>
1 parent 64b65ff commit e6073d4

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Search/SearchOverlays/baidu.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<SearchOverlay>
22
<replace target="//search:Param[@name='from' and @value='1000969a']">
3-
<Param name="from" value="1000969b"/>
43
</replace>
54
<replace target="//search:Url[@type='application/x-moz-tabletsearch']">
65
<Url type="application/x-moz-tabletsearch" method="GET" template="https://m.baidu.com/s">
7-
<Param name="from" value="1000969b"/>
86
<Param name="word" value="{searchTerms}"/>
97
</Url>
108
</replace>

Search/SearchPlugins/zh-CN/baidu.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,15 @@
66
<Param name="wd" value="{searchTerms}"/>
77
<Param name="action" value="opensearch"/>
88
<Param name="ie" value="UTF-8"/>
9-
<Param name="from" value="1000969b"/>
109
</Url>
1110
<Url type="text/html" method="GET" template="https://m.baidu.com/s">
12-
<Param name="from" value="1000969b"/>
1311
<Param name="word" value="{searchTerms}"/>
1412
</Url>
1513
<!-- As of Bug 861164, we can do a client-side detection to determine whether a user is using
1614
tablet or a phone(relative to this case).
1715
Note: The order of <URL> DOES not affect the way we pick between them.
1816
-->
1917
<Url type="application/x-moz-tabletsearch" method="GET" template="https://m.baidu.com/s">
20-
<Param name="from" value="1000969b"/>
2118
<Param name="word" value="{searchTerms}"/>
2219
</Url>
2320
<SearchForm>https://m.baidu.com/</SearchForm>

0 commit comments

Comments
 (0)