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

Commit 5ce12095 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Merge branch 'remove-bing' into 'master'

remove bing as deafult engine

Closes #73 and backlog#605

See merge request !137
parents 64227c39 3cc55de5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -253,10 +253,12 @@ engines:
  - name : bing
    engine : bing
    shortcut : bi
    disabled: True

  - name : bing images
    engine : bing_images
    shortcut : bii
    disabled: True

  - name : bing news
    engine : bing_news
+3 −3
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
                {% endcall %}

                {% set image_proxy_label = _('Image proxy') %}
                {% set image_proxy_info = _('Proxying image results through searx') %}
                {% set image_proxy_info = _('Proxying image results through spot') %}
                {% call preferences_item(image_proxy_info, image_proxy_label, rtl) %}
                    <select class="form-control custom-select" name='image_proxy' data-hide-search>
                        <option value="1" {% if image_proxy  %}selected="selected"{% endif %}>{{ _('Enabled') }}</option>
@@ -161,8 +161,8 @@
            <section id="cookies">
                <h3>{{ _('Cookies') }}</h3>
                <p>
                    {{ _('This is the list of cookies and their values searx is storing on your computer.') }}<br/>
                    {{ _('With that list, you can assess searx transparency.') }}<br />
                    {{ _('This is the list of cookies and their values spot is storing on your computer.') }}<br/>
                    {{ _('With that list, you can assess spot's transparency.') }}<br />
                </p>
                {% if cookies %}
                <ul id="cookies_list">