Merge 2f114c1b4b20fd61c94ef53e4681d0644ebfeeb7 into af2479da8dc0ff0c7104c4ccde1715b1c562dfdc

This commit is contained in:
Sami Vänttinen 2025-03-30 23:52:53 +02:00 committed by GitHub
commit d65cb80e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);