diff options
author | Adam Tauber <asciimoo@gmail.com> | 2020-01-02 22:28:18 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2020-01-02 22:28:18 +0100 |
commit | a1b85571a25d67b752bf6072255b928866be9c4f (patch) | |
tree | 8227d334707f03857064f6fd1d478c418c17f0da | |
parent | 2a7855854bd5104eab6dbdd92f6686dc5af5989a (diff) | |
download | searxng-a1b85571a25d67b752bf6072255b928866be9c4f.tar.gz searxng-a1b85571a25d67b752bf6072255b928866be9c4f.zip |
[fix] tmp suspend insecure engines
-rw-r--r-- | searx/settings.yml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 2a2d2bf87..2777f9caa 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -79,9 +79,10 @@ engines: categories : science timeout : 4.0 - - name : base - engine : base - shortcut : bs +# tmp suspended: dh key too small +# - name : base +# engine : base +# shortcut : bs - name : wikipedia engine : wikipedia @@ -552,10 +553,11 @@ engines: timeout : 10.0 disabled : True - - name : scanr structures - shortcut: scs - engine : scanr_structures - disabled : True +# tmp suspended: bad certificate +# - name : scanr structures +# shortcut: scs +# engine : scanr_structures +# disabled : True - name : soundcloud engine : soundcloud |