Loading searx/settings.yml +2 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,8 @@ outgoing: # communication with search engines enabled_plugins: - "Calculator" - "Search on category select" - "Tracker URL remover" - "HTTPS rewrite" # - ... # Example to rewrite hostnames in external links Loading searx/templates/etheme/results.html +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ </div> {% endif %} {% if answers -%} {% if answers and 'general' in selected_categories -%} {%- for answer in answers.values() %} <div class="result well"> {% if answer.url %} Loading Loading
searx/settings.yml +2 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,8 @@ outgoing: # communication with search engines enabled_plugins: - "Calculator" - "Search on category select" - "Tracker URL remover" - "HTTPS rewrite" # - ... # Example to rewrite hostnames in external links Loading
searx/templates/etheme/results.html +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ </div> {% endif %} {% if answers -%} {% if answers and 'general' in selected_categories -%} {%- for answer in answers.values() %} <div class="result well"> {% if answer.url %} Loading