issue reported by Tim Baumgard <at bmgrd dot com>.
landry@ and florian@ agree with the general direction.
-/* $Id: cgi.c,v 1.169 2019/11/10 22:35:25 schwarze Exp $ */
+/* $Id: cgi.c,v 1.170 2020/01/10 12:54:43 schwarze Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014-2019 Ingo Schwarze <schwarze@usta.de>
{
int i;
- printf("<form action=\"/%s\" method=\"get\">\n"
+ printf("<form action=\"/%s\" method=\"get\" autocomplete=\"off\">\n"
" <fieldset>\n"
" <legend>Manual Page Search Parameters</legend>\n",
scriptname);