mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-18 14:55:49 -04:00
Fix Do not ask permission for HTTP Basic Auth option
This commit is contained in:
parent
33a3796074
commit
2f114c1b4b
@ -412,7 +412,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…
x
Reference in New Issue
Block a user