mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17: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;
|
||||
|
||||
case Unknown:
|
||||
if (alwaysAllowAccess) {
|
||||
if (alwaysAllowAccess || (entryParameters.httpAuth && ignoreHttpAuth)) {
|
||||
allowedEntries.append(entry);
|
||||
} else {
|
||||
entriesToConfirm.append(entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue