mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix Do not ask permission for HTTP Basic Auth option
This commit is contained in:
committed by
Jonathan White
parent
9529c5b7f1
commit
9d8fdba3ee
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user