mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
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.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
{% block content %}
|
||||
<h1>{{ _('Preferences') }}</h1>
|
||||
|
||||
<form id="search_form" method="post" action="{{ url_for('preferences') }}">
|
||||
<form id="search_form" method="post" action="{{ url_for('preferences') }}" autocomplete="off">
|
||||
|
||||
{{ tabs_open() }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user