From 32957cdf49c306a5f50ca78bb50c0978ffe5c072 Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Sun, 18 Oct 2020 23:55:57 -0700 Subject: add Ahmia filter plugin for onion results --- searx/templates/oscar/preferences.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searx/templates') diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index b1023a02b..b596f66d8 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -258,6 +258,7 @@
{% for plugin in plugins %} + {% if plugin.preference_section != 'onions' %}

{{ _(plugin.name) }}

@@ -271,6 +272,7 @@
+ {% endif %} {% endfor %}
-- cgit v1.2.3