diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-09-29 21:14:22 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-10-01 20:10:28 -0400 |
commit | 6ae027a67ce2cd95cd7987ad6fd6bc671039224a (patch) | |
tree | 4730f82a6d09b6c24932aa1d1330c08e8991558a | |
parent | e6a41e9a7c90f8a0d1178ce00a49886b74da58d8 (diff) | |
download | iceweasel-uxp-6ae027a67ce2cd95cd7987ad6fd6bc671039224a.tar.gz |
Change SearX search engine to working instance
-rw-r--r-- | locales/searchplugins/searx.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/searchplugins/searx.xml b/locales/searchplugins/searx.xml index d581c37..59503e0 100644 --- a/locales/searchplugins/searx.xml +++ b/locales/searchplugins/searx.xml @@ -6,7 +6,7 @@ <InputEncoding>UTF-8</InputEncoding> <LongName>SearX Metasearch</LongName> - <Url type="text/html" method="post" template="https://srx.sx/"> + <Url type="text/html" method="post" template="https://searx.openpandora.org/"> <Param name="q" value="{searchTerms}" /> </Url> </OpenSearchDescription> |