From 6eb0039a75f0f25d4e2be15011c2b50a9e3bb15a Mon Sep 17 00:00:00 2001 From: Jacob Sachs Date: Tue, 14 Aug 2018 14:14:44 -0400 Subject: [PATCH] update autoFillAndSend default to false uncheck autoFillAndSend by default --- keepassxc-browser/background/page.js | 2 +- keepassxc-browser/options/options.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keepassxc-browser/background/page.js b/keepassxc-browser/background/page.js index f56ebac..87da6b3 100755 --- a/keepassxc-browser/background/page.js +++ b/keepassxc-browser/background/page.js @@ -3,7 +3,7 @@ const defaultSettings = { checkUpdateKeePassXC: 3, autoCompleteUsernames: true, - autoFillAndSend: true, + autoFillAndSend: false, usePasswordGenerator: true, autoFillSingleEntry: false, autoRetrieveCredentials: true, diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html index 92ba5a9..0ed0360 100644 --- a/keepassxc-browser/options/options.html +++ b/keepassxc-browser/options/options.html @@ -175,7 +175,7 @@

If credentials are found for a page and the login-type is an HTTP Auth request, KeePassXC-Browser tries to login with the first given credentials.