diff options
Diffstat (limited to 'searx/templates/index.html')
| -rw-r--r-- | searx/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html index 817f886ee..a25b84164 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -6,7 +6,7 @@ <div class="center"> <h1>searx</h1> <form method="post" action=""> - <input type="text" name="q" tabindex="1" /> + <input type="text" name="q" tabindex="1" autocomplete="off" /> <input type="submit" value="search" /> <p> {% for engine in engines %} |