mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Let admins lock user preferences
This commit is contained in:
parent
6beb84efb8
commit
33e139cae6
11 changed files with 151 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue