[tbb-commits] [tor-browser] 03/04: fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
gitolite role
git at cupani.torproject.org
Tue Jul 26 11:18:43 UTC 2022
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-91.11.0esr-12.0-1
in repository tor-browser.
commit a1c57b4b4a76dc347c491f351e365634d5277023
Author: WofWca <wofwca at protonmail.com>
AuthorDate: Thu Jul 21 12:12:33 2022 +0300
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
refactor: request brdiges: don't update bridges if they were already obtained
in another tab
---
browser/components/torpreferences/content/requestBridgeDialog.jsm | 2 --
1 file changed, 2 deletions(-)
diff --git a/browser/components/torpreferences/content/requestBridgeDialog.jsm b/browser/components/torpreferences/content/requestBridgeDialog.jsm
index feabb931008f3..eff4c2c083ef2 100644
--- a/browser/components/torpreferences/content/requestBridgeDialog.jsm
+++ b/browser/components/torpreferences/content/requestBridgeDialog.jsm
@@ -53,8 +53,6 @@ class RequestBridgeDialog {
if (uri) {
this._setcaptchaImage(uri);
} else if (bridges) {
- this.onSubmit(bridges);
- this._submitButton.disabled = false;
this._dialog.cancelDialog();
}
});
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list