Spaces:
Paused
Paused
Update searxng/settings.yml
Browse files- searxng/settings.yml +15 -3
searxng/settings.yml
CHANGED
|
@@ -18,13 +18,25 @@ ui:
|
|
| 18 |
results_on_new_tab: true
|
| 19 |
|
| 20 |
plugins:
|
|
|
|
|
|
|
| 21 |
searx.plugins.hash_plugin.SXNGPlugin:
|
| 22 |
-
active:
|
| 23 |
searx.plugins.self_info.SXNGPlugin:
|
| 24 |
-
active:
|
| 25 |
searx.plugins.tracker_url_remover.SXNGPlugin:
|
| 26 |
active: true
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
hostnames:
|
| 29 |
remove:
|
| 30 |
- '(.*\.)?361shipin.com$'
|
|
|
|
| 18 |
results_on_new_tab: true
|
| 19 |
|
| 20 |
plugins:
|
| 21 |
+
searx.plugins.calculator.SXNGPlugin:
|
| 22 |
+
active: true
|
| 23 |
searx.plugins.hash_plugin.SXNGPlugin:
|
| 24 |
+
active: true
|
| 25 |
searx.plugins.self_info.SXNGPlugin:
|
| 26 |
+
active: true
|
| 27 |
searx.plugins.tracker_url_remover.SXNGPlugin:
|
| 28 |
active: true
|
| 29 |
+
searx.plugins.unit_converter.SXNGPlugin:
|
| 30 |
+
active: true
|
| 31 |
+
searx.plugins.ahmia_filter.SXNGPlugin:
|
| 32 |
+
active: true
|
| 33 |
+
searx.plugins.hostnames.SXNGPlugin:
|
| 34 |
+
active: true
|
| 35 |
+
searx.plugins.oa_doi_rewrite.SXNGPlugin:
|
| 36 |
+
active: true
|
| 37 |
+
searx.plugins.tor_check.SXNGPlugin:
|
| 38 |
+
active: true
|
| 39 |
+
|
| 40 |
hostnames:
|
| 41 |
remove:
|
| 42 |
- '(.*\.)?361shipin.com$'
|