searx/templates/simple/preferences/cookies.html
{{- _('This is the list of cookies and their values SearXNG is storing on your computer.') }}
{{- _('With this list, you can assess the transparency of SearXNG.') -}}
{{- '' -}}
{% if cookies %}
|{{- '' -}} {{ _('Cookie name') }} |{{- '' -}} {{ _('Value') }} |{{- '' -}} | --- | --- | {%- for cookie in cookies -%} |{{- '' -}} {{ cookie }} |{{- '' -}} {{ cookies[cookie] }} |{{- '' -}} {%- endfor -%} {%- else -%} {% include 'simple/messages/no_cookies.html' %} {% endif %}
{{- '' -}} {{- '' -}}
{{- url_for('index', _external=True) -}}?preferences={{- preferences_url_params|e -}}
{%- raw -%}&q=%s{%- endraw -%}
{{- '' -}} {{- '' -}}
{{- _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') -}}
{{- '' -}} {{- '' -}}
{{- url_for('preferences', _external=True) -}}?preferences={{- preferences_url_params|e -}}{{- '' -}}
{{- '' -}} {{- '' -}}
{{- _('A URL containing your preferences. This URL can be used to restore your settings on a different device.') -}}
{{- '' -}} {{- '' -}} {{- '' -}}
{{- preferences_url_params|e }}
{{- '' -}} {{- _('Copy') -}}
{{- '' -}}{{- '' -}}