Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03447c47 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Merge branch 'enable-plugins' into 'master'

enable https rewrite and tracker url

See merge request !126
parents 2812e8fe acd40584
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -111,6 +111,8 @@ outgoing: # communication with search engines
enabled_plugins:
enabled_plugins:
  - "Calculator"
  - "Calculator"
  - "Search on category select"
  - "Search on category select"
  - "Tracker URL remover"
  - "HTTPS rewrite"
#   - ...
#   - ...


# Example to rewrite hostnames in external links
# Example to rewrite hostnames in external links
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@
            </div>
            </div>
            {% endif %}
            {% endif %}


            {% if answers -%}
            {% if answers and 'general' in selected_categories -%}
            {%- for answer in answers.values() %}
            {%- for answer in answers.values() %}
            <div class="result well">
            <div class="result well">
              {% if answer.url %}
              {% if answer.url %}