mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge pull request #99 from return42/webapp-misc
[enh] add settings option to enable/disable search formats
This commit is contained in:
commit
83ccf7b04d
6 changed files with 77 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ search:
|
|||
default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
|
||||
ban_time_on_fail : 5 # ban time in seconds after engine errors
|
||||
max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
|
||||
formats: [html, csv, json, rss] # remove format to deny access, use lower case.
|
||||
|
||||
server:
|
||||
port : 8888
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue