From: Scott Worley Date: Sat, 19 Nov 2022 09:44:07 +0000 (-0800) Subject: Tell browsers not to auto-complete X-Git-Tag: v0.2.0~6 X-Git-Url: http://git.scottworley.com/voter/commitdiff_plain/7717ed89ce2c276f1e2adc15bd859d6167deda98?ds=sidebyside Tell browsers not to auto-complete --- diff --git a/src/main.rs b/src/main.rs index 920384e..98cfc35 100644 --- a/src/main.rs +++ b/src/main.rs @@ -132,7 +132,7 @@ fn prompt_for_vote(dir: PathBuf, request: cgi::Request) -> Result{c}") + format!("{c}") }) })) .chain(std::iter::once(Ok(HTML_FOOTER.to_owned())))