Skip to content

Commit

Permalink
Bugfix FXIOS-10801 Fix webpages not loading for Basic auth (#23791)
Browse files Browse the repository at this point in the history
[FXIOS-10801] Fix issue with Basic auth not working and related webpages not loading
  • Loading branch information
mattreaganmozilla authored Dec 18, 2024
1 parent 8655453 commit d6cc13d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -875,9 +875,6 @@ extension BrowserViewController: WKNavigationDelegate {
return
}

// The challenge may come from a background tab, so ensure it's the one visible.
tabManager.selectTab(tab)

let loginsHelper = tab.getContentScript(name: LoginsHelper.name()) as? LoginsHelper
Authenticator.handleAuthRequest(
self,
Expand Down

0 comments on commit d6cc13d

Please sign in to comment.