diff options
author | Adam Tauber <asciimoo@gmail.com> | 2019-10-16 15:34:29 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2019-10-16 15:35:12 +0200 |
commit | 3c34e0c3a7d8adc8d5e1d4a38a8321383713be09 (patch) | |
tree | 5704cb0a0c7e342f8492f417b5d4ce611a7c318c | |
parent | 3c425f09c14bbc297346271dac5b30af7a294b9e (diff) | |
download | searxng-3c34e0c3a7d8adc8d5e1d4a38a8321383713be09.tar.gz searxng-3c34e0c3a7d8adc8d5e1d4a38a8321383713be09.zip |
[mod] remove cloudflare protected digbt from engines list
-rw-r--r-- | searx/settings.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 7a93bbff6..835fbe5f6 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -161,11 +161,12 @@ engines: weight : 2 disabled : True - - name : digbt - engine : digbt - shortcut : dbt - timeout : 6.0 - disabled : True +# cloudflare protected +# - name : digbt +# engine : digbt +# shortcut : dbt +# timeout : 6.0 +# disabled : True - name : digg engine : digg |