mirror of
https://github.com/searxng/searxng.git
synced 2024-11-15 14:41:57 +00:00
startpage and ixquick enignes : disabled by default, and timeout set to 6 seconds.
This commit is contained in:
parent
5adb289a1c
commit
484d0974f7
1 changed files with 8 additions and 5 deletions
|
@ -203,12 +203,15 @@ engines:
|
||||||
- name : startpage
|
- name : startpage
|
||||||
engine : startpage
|
engine : startpage
|
||||||
shortcut : sp
|
shortcut : sp
|
||||||
|
timeout : 6.0
|
||||||
|
disabled : True
|
||||||
|
|
||||||
# +30% page load time
|
- name : ixquick
|
||||||
# - name : ixquick
|
engine : startpage
|
||||||
# engine : startpage
|
base_url : 'https://www.ixquick.com/'
|
||||||
# base_url : 'https://www.ixquick.com/'
|
search_url : 'https://www.ixquick.com/do/search'
|
||||||
# search_url : 'https://www.ixquick.com/do/search'
|
timeout : 6.0
|
||||||
|
disabled : True
|
||||||
|
|
||||||
- name : twitter
|
- name : twitter
|
||||||
engine : twitter
|
engine : twitter
|
||||||
|
|
Loading…
Reference in a new issue