summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2020-10-23 16:22:55 +0200
committerNoémi Ványi <sitbackandwait@gmail.com>2020-10-25 18:06:18 +0100
commit33e139cae64bb78157ebca56a5d1a752da95555a (patch)
treebf4ff91f497f4ec5941acca7ac0fc23e315536cc /searx/settings.yml
parent6beb84efb8c8b62f1dfa9e7af33db73c06fabcb2 (diff)
Let admins lock user preferences
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index a599ab285..b23f48b45 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -33,6 +33,15 @@ ui:
# - it
# - science
+# Lock arbitrary settings on the preferences page.
+# To find the ID of the user setting you want to lock, check
+# the ID of the form on the page "preferences".
+#preferences:
+# lock:
+# - language
+# - autocomplete
+# - method
+
# searx supports result proxification using an external service: https://github.com/asciimoo/morty
# uncomment below section if you have running morty proxy
# the key is base64 encoded (keep the !!binary notation)