summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2016-11-05 16:26:53 +0100
committerNoémi Ványi <sitbackandwait@gmail.com>2016-11-05 16:28:32 +0100
commitd0d2d18a4d1d47b5809c9129f2b891ab6f80e42b (patch)
treecb4a52e7e46d67cb5093e0d676ef15fd5ff0652e
parent92942e83c9f4f6b6d447347dd1ce015866a186f2 (diff)
downloadsearxng-d0d2d18a4d1d47b5809c9129f2b891ab6f80e42b.tar.gz
searxng-d0d2d18a4d1d47b5809c9129f2b891ab6f80e42b.zip
fix typos in own instance page
-rw-r--r--docs/user/own-instance.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/own-instance.rst b/docs/user/own-instance.rst
index 3f2802282..71d9f11af 100644
--- a/docs/user/own-instance.rst
+++ b/docs/user/own-instance.rst
@@ -16,7 +16,7 @@ Searx protects the privacy of its users in multiple ways regardless of the type
2. not forwarding anything from a third party services through search services (e.g. advertisement)
3. removal of private data from requests going to the result pages
-Removing private data means not forwarding not sending cookies to external search engines and generating a random browser profile for every request. Thus, it does not matter if a public or private instance handles the request, because it is anonymized in both cases. IP addresses will be the IP of the insance. But searx can be ocnfigured to use proxy or Tor. `Result proxy <https://github.com/asciimoo/morty>`__ is supported, too.
+Removing private data means not sending cookies to external search engines and generating a random browser profile for every request. Thus, it does not matter if a public or private instance handles the request, because it is anonymized in both cases. IP addresses will be the IP of the instance. But searx can be configured to use proxy or Tor. `Result proxy <https://github.com/asciimoo/morty>`__ is supported, too.
Searx does not serve adds or tracking content unlike most search services. So private data is not forwarded to third parties who might monetize it. Besides protecting users from search services, both referring page and search query are hidden from visited result pages.