From d6cc13d6011df03688b80152e86fbd666aa994b1 Mon Sep 17 00:00:00 2001 From: mattreaganmozilla <145381717+mattreaganmozilla@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:16:07 -0800 Subject: [PATCH] Bugfix FXIOS-10801 Fix webpages not loading for Basic auth (#23791) [FXIOS-10801] Fix issue with Basic auth not working and related webpages not loading --- .../Extensions/BrowserViewController+WebViewDelegates.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/firefox-ios/Client/Frontend/Browser/BrowserViewController/Extensions/BrowserViewController+WebViewDelegates.swift b/firefox-ios/Client/Frontend/Browser/BrowserViewController/Extensions/BrowserViewController+WebViewDelegates.swift index b6f78ead21af..17b6e72cc83a 100644 --- a/firefox-ios/Client/Frontend/Browser/BrowserViewController/Extensions/BrowserViewController+WebViewDelegates.swift +++ b/firefox-ios/Client/Frontend/Browser/BrowserViewController/Extensions/BrowserViewController+WebViewDelegates.swift @@ -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,