image_proxy.html 592 B

12345678910111213141516
  1. <fieldset>{{- '' -}}
  2. <legend id="pref_image_proxy">{{ _('Image proxy') }}</legend>{{- '' -}}
  3. <p class="value">{{- '' -}}
  4. <input type="checkbox" {{- ' ' -}}
  5. name="image_proxy" {{- ' ' -}}
  6. aria-labelledby="pref_image_proxy" {{- ' ' -}}
  7. class="checkbox-onoff" {{- ' ' -}}
  8. {%- if preferences.get_value('image_proxy') -%}
  9. checked
  10. {%- endif -%}{{- ' ' -}}
  11. />{{- '' -}}
  12. </p>{{- '' -}}
  13. <div class="description">
  14. {{- _('Proxying image results through SearXNG') -}}
  15. </div>{{- '' -}}
  16. </fieldset>{{- '' -}}