mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-18 14:55:49 -04:00
Merge 2f114c1b4b20fd61c94ef53e4681d0644ebfeeb7 into af2479da8dc0ff0c7104c4ccde1715b1c562dfdc
This commit is contained in:
commit
d65cb80e3a
@ -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