mirror of
https://github.com/searxng/searxng.git
synced 2026-07-31 12:21:24 +00:00
fix: only show and clear known cookies. closes #3763
This commit is contained in:
@@ -10,10 +10,12 @@
|
||||
<th>{{ _('Value') }}</th>{{- '' -}}
|
||||
</tr>
|
||||
{%- for cookie in cookies -%}
|
||||
<tr>{{- '' -}}
|
||||
<td>{{ cookie }}</td>{{- '' -}}
|
||||
<td>{{ cookies[cookie] }}</td>{{- '' -}}
|
||||
</tr>
|
||||
{% if cookie in preferences.key_value_settings %}
|
||||
<tr>{{- '' -}}
|
||||
<td>{{ cookie }}</td>{{- '' -}}
|
||||
<td>{{ cookies[cookie] }}</td>{{- '' -}}
|
||||
</tr>
|
||||
{% endif %}
|
||||
{%- endfor -%}
|
||||
</table>
|
||||
{%- else -%}
|
||||
|
||||
Reference in New Issue
Block a user