Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
03447c47
Commit
03447c47
authored
Apr 15, 2022
by
Nivesh Krishna
Browse files
Merge branch 'enable-plugins' into 'master'
enable https rewrite and tracker url See merge request
!126
parents
2812e8fe
acd40584
Changes
2
Hide whitespace changes
Inline
Side-by-side
searx/settings.yml
View file @
03447c47
...
...
@@ -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
...
...
searx/templates/etheme/results.html
View file @
03447c47
...
...
@@ -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 %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment