Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Sachs <jsachs@users.noreply.github.com>2018-08-14 21:14:44 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2018-09-11 16:11:53 +0300
commit6eb0039a75f0f25d4e2be15011c2b50a9e3bb15a (patch)
treeeea3111b2f4b55ceb58f23318c92dd95537258ec /keepassxc-browser/options/options.html
parent6e3f1de5fb791f60c7f7619d9843b6d2276d77d0 (diff)
update autoFillAndSend default to false
uncheck autoFillAndSend by default
Diffstat (limited to 'keepassxc-browser/options/options.html')
-rw-r--r--keepassxc-browser/options/options.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<p>
<div class="checkbox">
<label class="checkbox">
- <input type="checkbox" name="autoFillAndSend" value="1" /> Auto fill HTTP Auth dialogs and send them.
+ <input type="checkbox" name="autoFillAndSend" value="0" /> Auto fill HTTP Auth dialogs and send them.
</label>
<span class="help-block">
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.