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

Commit e1f1179

Browse files
committed
Fix #4890: Remove Bing upstream attribution.
1 parent 54b98bd commit e1f1179

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Client/Assets/SearchPlugins/bing.xml

-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@
1212
<!-- this is effectively x-moz-phonesearch, but search service expects a text/html entry -->
1313
<Url type="text/html" method="GET" template="https://www.bing.com/search">
1414
<Param name="q" value="{searchTerms}" />
15-
<Param name="pc" value="MOZB" />
16-
<Param name="form" value="MOZMBA" />
1715
</Url>
1816
<Url type="application/x-moz-tabletsearch" method="GET" template="https://www.bing.com/search">
1917
<Param name="q" value="{searchTerms}" />
20-
<Param name="pc" value="MOZA" />
21-
<Param name="form" value="MOZAT" />
2218
</Url>
2319
<SearchForm>http://www.bing.com</SearchForm>
2420
</SearchPlugin>

0 commit comments

Comments
 (0)