From 08f45eabb25ac33b4f14f7911138431c0c6d83d6 Mon Sep 17 00:00:00 2001 From: Nachtalb Date: Sun, 4 Apr 2021 03:28:13 +0200 Subject: [PATCH] Restrict what the browser should try to autocomplete Browsers often autocomplete into wrong fields. Eg. wanting to put the password in a fields in the settings screen and then use a sudo random other fields for username etc. This is rather annoying and can break someones configuration, thus we should only enable it on fields where it somewhat makes sense (name, server & password fields). --- client/components/NetworkForm.vue | 2 ++ client/components/Windows/Settings.vue | 31 ++++++++++++++++---------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/client/components/NetworkForm.vue b/client/components/NetworkForm.vue index cc9820b5..d14f307e 100644 --- a/client/components/NetworkForm.vue +++ b/client/components/NetworkForm.vue @@ -172,6 +172,7 @@ -
+

Settings

@@ -359,7 +365,7 @@ This may break orientation if your browser does not support that." Custom highlights