summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2020-10-25 18:24:54 +0100
committerGitHub <noreply@github.com>2020-10-25 18:24:54 +0100
commit0a44fa8bb7eca0d81f0ebdab37b9845b260473ad (patch)
treebf4ff91f497f4ec5941acca7ac0fc23e315536cc /searx/settings.yml
parent6beb84efb8c8b62f1dfa9e7af33db73c06fabcb2 (diff)
parent33e139cae64bb78157ebca56a5d1a752da95555a (diff)
Merge pull request #2270 from kvch/disable-preference-settings
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)