Test_theme/beetroot_template/preferences/cookies.html

1.5 KiB

{{- _('This is the list of cookies and their values SearXNG is storing on your computer.') }}
{{- _('With that list, you can assess SearXNG transparency.') -}}
{{- '' -}}

{% if cookies %} {{- '' -}} {{- '' -}} {{- '' -}} {%- for cookie in cookies -%} {{- '' -}} {{- '' -}} {{- '' -}} {%- endfor -%}
{{ _('Cookie name') }}{{ _('Value') }}
{{ cookie }}{{ cookies[cookie] }}
{%- else -%} {% include 'simple/messages/no_cookies.html' %} {% endif %}

{{- _('Search URL of the currently saved preferences') -}}:{{- '' -}}

{{- '' -}}
{{- '' -}}
    {{- 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 to restore your preferences in another browser') -}}:{{- '' -}}

{{- '' -}}
{{- '' -}}
    {{- url_for('preferences', _external=True) -}}?preferences={{- preferences_url_params|e -}}
    &save=1{{- '' -}}
  
{{- '' -}}
{{- '' -}}

{{- _('Specifying custom settings in the preferences URL can be used to sync preferences across devices.') -}}