Bug 359880

Adds an "aq=t" parameter to Google searches performed from the searchbar
so that Google knows that the search terms may have come from a
suggestion-enabled searchbox.
R=gavin
approval1.8.1.2=dveditz


git-svn-id: svn://10.0.0.236/trunk@218549 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joe%retrovirus.com 2007-01-17 21:59:30 +00:00
parent 5ba63a8893
commit aadca4eec5

View File

@ -8,6 +8,7 @@
<Param name="q" value="{searchTerms}"/>
<Param name="ie" value="utf-8"/>
<Param name="oe" value="utf-8"/>
<Param name="aq" value="t"/>
<!-- Dynamic parameters -->
<Param name="rls" value="{moz:distributionID}:{moz:locale}:{moz:official}"/>
<MozParam name="client" condition="defaultEngine" trueValue="firefox-a" falseValue="firefox"/>