2023-06-02 13:30:02 +00:00
|
|
|
<fieldset>{{- '' -}}
|
|
|
|
<legend id="pref_image_proxy">{{ _('Image proxy') }}</legend>{{- '' -}}
|
|
|
|
<p class="value">{{- '' -}}
|
2023-08-20 12:03:03 +00:00
|
|
|
<input type="checkbox" {{- ' ' -}}
|
|
|
|
name="image_proxy" {{- ' ' -}}
|
|
|
|
aria-labelledby="pref_image_proxy" {{- ' ' -}}
|
|
|
|
class="checkbox-onoff" {{- ' ' -}}
|
|
|
|
{%- if preferences.get_value('image_proxy') -%}
|
|
|
|
checked
|
|
|
|
{%- endif -%}{{- ' ' -}}
|
|
|
|
/>{{- '' -}}
|
|
|
|
</p>{{- '' -}}
|
2023-06-02 13:30:02 +00:00
|
|
|
<div class="description">
|
|
|
|
{{- _('Proxying image results through SearXNG') -}}
|
|
|
|
</div>{{- '' -}}
|
|
|
|
</fieldset>{{- '' -}}
|