From 00951bf63b7727535bbbc386a9a6a3dcb5646b77 Mon Sep 17 00:00:00 2001 From: soup Date: Sun, 15 Dec 2024 17:35:08 +0100 Subject: [PATCH] feat(web): prevent password manager autofill on filename inputs (#357) * feat(web): add data-1p-ignore attribute to ignore fields * feat(web): extend password manager ignore attributes - Add autocomplete="off" to prevent browser autofill - Add data-lpignore for LastPass compatibility - Add data-bwignore for Bitwarden compatibility --- templates/pages/create.html | 2 +- templates/pages/edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pages/create.html b/templates/pages/create.html index a2b1ea4..e5fb23a 100644 --- a/templates/pages/create.html +++ b/templates/pages/create.html @@ -31,7 +31,7 @@

- +