tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit a60437b4b24cf553ec43b66f09499fcfce4b48ca
parent 16f5e48190f12d048ec1a285ed0c6303a3139644
Author: Luca Greco <lgreco@mozilla.com>
Date:   Fri, 21 Nov 2025 19:34:07 +0000

Bug 2000218 r=willdurand

Differential Revision: https://phabricator.services.mozilla.com/D273456

Diffstat:
Mtoolkit/components/extensions/parent/ext-identity.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolkit/components/extensions/parent/ext-identity.js b/toolkit/components/extensions/parent/ext-identity.js @@ -77,7 +77,7 @@ const openOAuthWindow = (details, redirectURI) => { // Early exit if channel isn't related to the oauth dialog. let wrapper = ChannelWrapper.get(channel); if ( - !wrapper.browserElement && + !wrapper.browserElement || wrapper.browserElement !== window.gBrowser.selectedBrowser ) { return;