Loading searx/settings.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading searx/templates/etheme/preferences.html +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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"> Loading Loading
searx/settings.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
searx/templates/etheme/preferences.html +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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"> Loading