mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Fix Do not ask permission for HTTP Basic Auth option
This commit is contained in:
parent
33a3796074
commit
2f114c1b4b
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ BrowserService::findEntries(const EntryParameters& entryParameters, const String
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
case Unknown:
|
case Unknown:
|
||||||
if (alwaysAllowAccess) {
|
if (alwaysAllowAccess || (entryParameters.httpAuth && ignoreHttpAuth)) {
|
||||||
allowedEntries.append(entry);
|
allowedEntries.append(entry);
|
||||||
} else {
|
} else {
|
||||||
entriesToConfirm.append(entry);
|
entriesToConfirm.append(entry);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue