From 33e139cae64bb78157ebca56a5d1a752da95555a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Fri, 23 Oct 2020 16:22:55 +0200 Subject: Let admins lock user preferences --- searx/settings.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'searx/settings.yml') 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) -- cgit v1.2.3