diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2020-10-23 16:22:55 +0200 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2020-10-25 18:06:18 +0100 |
commit | 33e139cae64bb78157ebca56a5d1a752da95555a (patch) | |
tree | bf4ff91f497f4ec5941acca7ac0fc23e315536cc /searx/settings_robot.yml | |
parent | 6beb84efb8c8b62f1dfa9e7af33db73c06fabcb2 (diff) | |
download | searxng-33e139cae64bb78157ebca56a5d1a752da95555a.tar.gz searxng-33e139cae64bb78157ebca56a5d1a752da95555a.zip |
Let admins lock user preferences
Diffstat (limited to 'searx/settings_robot.yml')
-rw-r--r-- | searx/settings_robot.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index 941a43f83..05c8eeb8c 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -17,6 +17,9 @@ ui: templates_path : "" default_theme : oscar +preferences: + lock: [] + outgoing: request_timeout : 1.0 # seconds useragent_suffix : "" |