Bug 1094421 - prepend www. to the search suggestion URL to avoid intermittent timeouts, rs=Mossop,me

This commit is contained in:
Gijs Kruitbosch 2014-11-07 11:06:03 +00:00
Родитель 0f96775118
Коммит 0e3cdf2c51
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,5 +5,5 @@
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>browser_searchSuggestionEngine searchSuggestionEngine.xml</ShortName>
<Url type="application/x-suggestions+json" method="GET" template="http://mochi.test:8888/browser/browser/base/content/test/general/searchSuggestionEngine.sjs?{searchTerms}"/>
<Url type="text/html" method="GET" template="http://browser-searchSuggestionEngine.com/searchSuggestionEngine" rel="searchform"/>
<Url type="text/html" method="GET" template="http://www.browser-searchSuggestionEngine.com/searchSuggestionEngine" rel="searchform"/>
</SearchPlugin>