diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-06-26 20:50:11 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-06-26 20:50:11 -0400 |
commit | a06663e11b399c47078f22af8e799680b881072f (patch) | |
tree | 7b9bc3ec4395cfd5aa8dc558c2a50eba912cb8c6 | |
parent | 2786b26c3977c8a1b5c913c57e3d931d6abbc473 (diff) | |
download | iceweasel-uxp-a06663e11b399c47078f22af8e799680b881072f.tar.gz |
Change SearX search engines to working instances
-rw-r--r-- | locales/searchplugins/searx-tor.xml | 4 | ||||
-rw-r--r-- | locales/searchplugins/searx.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/locales/searchplugins/searx-tor.xml b/locales/searchplugins/searx-tor.xml index 341c154..c061af4 100644 --- a/locales/searchplugins/searx-tor.xml +++ b/locales/searchplugins/searx-tor.xml @@ -6,7 +6,7 @@ <InputEncoding>UTF-8</InputEncoding> <LongName>SearX Metasearch (Tor)</LongName> - <Url type="text/html" method="post" template="http://eljwdzi4pgrrlwwq.onion/"> + <Url type="text/html" method="post" template="http://o2jdk5mdsijm2b7l.onion/"> <Param name="q" value="{searchTerms}" /> </Url> -</OpenSearchDescription>
\ No newline at end of file +</OpenSearchDescription> diff --git a/locales/searchplugins/searx.xml b/locales/searchplugins/searx.xml index aa8cb40..d87ab1c 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://searx.good.one.pl/"> + <Url type="text/html" method="post" template="https://finden.tk/"> <Param name="q" value="{searchTerms}" /> </Url> -</OpenSearchDescription>
\ No newline at end of file +</OpenSearchDescription> |