diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-27 22:07:32 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-27 22:07:32 -0400 |
commit | aef40971d221980ee602f36373d8e79c5e64d3c3 (patch) | |
tree | db7c00a335bdf552d49efcef705aa7d8ee9200a2 | |
parent | c7495783073bddc9c57a3a84c4b1f51a02ba0baf (diff) | |
download | iceweasel-uxp-aef40971d221980ee602f36373d8e79c5e64d3c3.tar.gz |
fix goblin search
-rw-r--r-- | locales/searchplugins/goblinrefuge.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/searchplugins/goblinrefuge.xml b/locales/searchplugins/goblinrefuge.xml index 8c1d05f..4930c33 100644 --- a/locales/searchplugins/goblinrefuge.xml +++ b/locales/searchplugins/goblinrefuge.xml @@ -6,7 +6,7 @@ <InputEncoding>UTF-8</InputEncoding> <LongName>Goblin Refuge Search</LongName> - <Url type="text/html" method="post" template="https://goblinrefuge.com/mediagoblin/search/"> + <Url type="text/html" method="get" template="https://goblinrefuge.com/mediagoblin/search/"> <Param name="query" value="{searchTerms}" /> </Url> </OpenSearchDescription>
\ No newline at end of file |