update autoFillAndSend default to false

uncheck autoFillAndSend by default
This commit is contained in:
Jacob Sachs 2018-08-14 14:14:44 -04:00 committed by Jonathan White
parent 6e3f1de5fb
commit 6eb0039a75
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
const defaultSettings = {
checkUpdateKeePassXC: 3,
autoCompleteUsernames: true,
autoFillAndSend: true,
autoFillAndSend: false,
usePasswordGenerator: true,
autoFillSingleEntry: false,
autoRetrieveCredentials: true,

View file

@ -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.