mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Fix Do not ask permission for HTTP Basic Auth option
This commit is contained in:
parent
9529c5b7f1
commit
9d8fdba3ee
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ BrowserService::findEntries(const EntryParameters& entryParameters, const String
|
|||
continue;
|
||||
|
||||
case Unknown:
|
||||
if (alwaysAllowAccess) {
|
||||
if (alwaysAllowAccess || (entryParameters.httpAuth && ignoreHttpAuth)) {
|
||||
allowedEntries.append(entry);
|
||||
} else {
|
||||
entriesToConfirm.append(entry);
|
||||
|
|
|
|||
Loading…
Reference in a new issue