Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/locales/en-US/searchplugins/duckduckgo.xml

Issue 29326033: Issue 3000 - Use our own partner ID for DuckDuckGo (Closed)
Patch Set: Created Sept. 7, 2015, 11:41 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/locales/en-US/searchplugins/duckduckgo.xml
===================================================================
--- a/mobile/locales/en-US/searchplugins/duckduckgo.xml
+++ b/mobile/locales/en-US/searchplugins/duckduckgo.xml
@@ -13,11 +13,11 @@
<!-- this is effectively x-moz-phonesearch, but search service expects a text/html entry -->
<Url type="text/html" method="GET" template="https://duckduckgo.com/">
<Param name="q" value="{searchTerms}" />
- <Param name="t" value="fpas" />
+ <Param name="t" value="abpbrowser" />
</Url>
<Url type="application/x-moz-tabletsearch" method="GET" template="https://duckduckgo.com/">
<Param name="q" value="{searchTerms}" />
- <Param name="t" value="ftas" />
+ <Param name="t" value="abpbrowser" />
</Url>
<SearchForm>https://duckduckgo.com</SearchForm>
</SearchPlugin>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld