diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-08-20 11:44:28 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-08-20 14:27:17 +0200 |
| commit | 036968269071f12d0cf9f772a1861b15f8588e88 (patch) | |
| tree | 87372fa2af13884489a7b5a2c2e962bc80d61955 /searx/settings.yml | |
| parent | 6b57705e50875d9348c855700994395ce8a55b43 (diff) | |
[fix] selfhst icons: icon list url invalid, set to active
- the previous CDN icon list url no longer works
- a list of all icons is mirrored to the JSDelivr CDN however
- there's no reason to set the engine to inactive now that we use public CDNs
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 0cd293d7e..a3455815d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1869,7 +1869,6 @@ engines: - name: selfhst icons engine: selfhst shortcut: si - inactive: true disabled: true - name: sepiasearch |