From db0eb9ebc4bbe88956988d0a6bc2adcdf9f95f19 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk <201152+ok2@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:59:16 +0200 Subject: [PATCH] web: stop browser autofill on the name + master fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The master and pass-overlay inputs are now type=text with a CSS visual mask (-webkit-text-security) instead of type=password, so the browser never treats them as password fields — no autofill, no save prompt, no 'suggest strong password'. Added autocomplete=off + autocapitalize/autocorrect off and data-1p-ignore / data-lpignore / data-bwignore on the name + master + pass. --- helwasm/index.html | 6 +++--- helwasm/style.css | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/helwasm/index.html b/helwasm/index.html index ae1648d..67a752f 100644 --- a/helwasm/index.html +++ b/helwasm/index.html @@ -102,11 +102,11 @@
Cache a master/parent password for this name (used by enc in its subtree). Kept in memory only.