зеркало из https://github.com/mozilla/pjs.git
bug 283180 : amazon, eBay and dictionary search plugins are broken for non-ASCII character keyword search (r=mconnor)
This commit is contained in:
Родитель
45cafb65c9
Коммит
b7c5e94279
|
@ -8,6 +8,7 @@
|
||||||
description="Amazon.com Search"
|
description="Amazon.com Search"
|
||||||
method="GET"
|
method="GET"
|
||||||
action="http://www.amazon.com/exec/obidos/external-search/"
|
action="http://www.amazon.com/exec/obidos/external-search/"
|
||||||
|
queryCharset="ISO-8859-1"
|
||||||
>
|
>
|
||||||
|
|
||||||
<input name="field-keywords" user>
|
<input name="field-keywords" user>
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Mozilla/Dictionary.com plug-in by fissure@netscape.net
|
|
||||||
# Updated by rebron@meer.net on 11 August 2004
|
|
||||||
|
|
||||||
<SEARCH
|
|
||||||
version = "7.1"
|
|
||||||
name="Dictionary.com"
|
|
||||||
description="Dictionary.com Search"
|
|
||||||
method="get"
|
|
||||||
action="http://www.dictionary.com/search"
|
|
||||||
>
|
|
||||||
|
|
||||||
<input name="q" user>
|
|
||||||
|
|
||||||
<interpret
|
|
||||||
browserResultType="result"
|
|
||||||
resultListStart="<!-- Content -->"
|
|
||||||
resultListEnd="For better results"
|
|
||||||
resultItemStart="<p>"
|
|
||||||
resultItemEnd="</p>"
|
|
||||||
>
|
|
||||||
</search>
|
|
||||||
|
|
||||||
<BROWSER
|
|
||||||
update="http://www.mozilla.org/products/firefox/plugins/dictionary.src"
|
|
||||||
updateIcon="http://www.mozilla.org/products/firefox/plugins/dictionary.png"
|
|
||||||
updateCheckDays="3"
|
|
||||||
>
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ name="eBay"
|
||||||
description="eBay - Online actions"
|
description="eBay - Online actions"
|
||||||
action="http://search.ebay.com/search/search.dll"
|
action="http://search.ebay.com/search/search.dll"
|
||||||
method="GET"
|
method="GET"
|
||||||
|
queryCharset="ISO-8859-1"
|
||||||
>
|
>
|
||||||
|
|
||||||
<input name="query" user />
|
<input name="query" user />
|
||||||
|
|
Загрузка…
Ссылка в новой задаче