summaryrefslogtreecommitdiff
path: root/docs/blog/private-engines.rst
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-25 14:30:18 +0200
committerGitHub <noreply@github.com>2021-04-25 14:30:18 +0200
commitd20f2822d03e67b436973c8520a288fcc76c409a (patch)
tree27b94ef935cf5eae57e7be6478c665fa3c5c5c32 /docs/blog/private-engines.rst
parenteebac31ccdb052711abb9bce6cbb888ce059f115 (diff)
parent28b25185c51d320c8124292a6194e4c34fa9c3e8 (diff)
Merge pull request #25 from return42/brand-001
SearxNG brand
Diffstat (limited to 'docs/blog/private-engines.rst')
-rw-r--r--docs/blog/private-engines.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/blog/private-engines.rst b/docs/blog/private-engines.rst
index 027cc3dd3..37b1d4cc5 100644
--- a/docs/blog/private-engines.rst
+++ b/docs/blog/private-engines.rst
@@ -12,7 +12,7 @@ would rather share engines only with their trusted friends or colleagues.
Private engines
===============
-To solve this issue private engines were introduced in :pull:`1823`.
+To solve this issue private engines were introduced in :pull-searx:`1823`.
A new option was added to engines named `tokens`. It expects a list
of strings. If the user making a request presents one of the tokens
of an engine, they can access information about the engine
@@ -29,7 +29,7 @@ Example configuration to restrict access to the Arch Linux Wiki engine:
Unless a user has configured the right token, the engine is going
-to be hidden from him/her. It is not going to be included in the
+to be hidden from him/her. It is not going to be included in the
list of engines on the Preferences page and in the output of
`/config` REST API call.
@@ -42,7 +42,7 @@ is not carved in stone. As providing access to such engines
implies that the admin knows and trusts the user, we do not see
necessary to come up with a strict process. Instead,
we would like to add guidelines to the documentation of the feature.
-
+
Next steps
==========