From 07936060d1aa95933b392847e58a5b72f6406774 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 4 Feb 2022 21:04:50 +0100 Subject: preferences: Set autocomplete=off for form Otherwise you can change the value of a select, refresh the page and the preferences stay changed, leaving the wrong impression that they were saved. --- searx/templates/simple/preferences.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/preferences.html') diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index b674d5d02..b47cbc774 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -98,7 +98,7 @@ {% block content %}

{{ _('Preferences') }}

-
+ {{ tabs_open() }} -- cgit v1.2.3