diff options
| author | Bnyro <bnyro@tutanota.com> | 2023-09-08 09:25:36 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-12 20:38:36 +0200 |
| commit | 64d9587ac82564a80193e4891256652f709a91b9 (patch) | |
| tree | aef93a542daa06293b42c7e0eac8cbe04bc9e2ad /searx/settings.yml | |
| parent | aa1453db0c704b1222acb4761c86cd288f7a46f8 (diff) | |
[feat] new engine: svgrepo
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 72701ac48..9dfa03e0e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1869,6 +1869,12 @@ engines: timeout: 5.0 disabled: true + - name: svgrepo + engine: svgrepo + shortcut: svg + timeout: 10.0 + disabled: true + # wikimini: online encyclopedia for children # The fulltext and title parameter is necessary for Wikimini because # sometimes it will not show the results and redirect instead |