[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.2.0esr-14.0-1] Bug 43109: Hide Firefox Relay from settings.

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Wed Sep 11 07:16:18 UTC 2024



Pier Angelo Vendrame pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
6b115b94 by Henry Wilkes at 2024-09-11T09:02:23+02:00
Bug 43109: Hide Firefox Relay from settings.

This should remain disabled, see tor-browser#42814.

- - - - -


1 changed file:

- browser/components/preferences/privacy.js


Changes:

=====================================
browser/components/preferences/privacy.js
=====================================
@@ -3046,8 +3046,12 @@ var gPrivacyPane = {
   },
 
   _updateRelayIntegrationUI() {
-    document.getElementById("relayIntegrationBox").hidden =
-      !FirefoxRelay.isAvailable;
+    // In Base Browser, we always hide the integration checkbox since
+    // FirefoxRelay should remain disabled.
+    // See tor-browser#43109 and tor-browser#42814.
+    // NOTE: FirefoxRelay.isAvailable will be true whenever
+    // FirefoxRelay.isDisabled is true.
+    document.getElementById("relayIntegrationBox").hidden = true;
     document.getElementById("relayIntegration").checked =
       FirefoxRelay.isAvailable && !FirefoxRelay.isDisabled;
   },



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6b115b944561ea95c2a4f34b3005aa4906c14fc9

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6b115b944561ea95c2a4f34b3005aa4906c14fc9
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240911/13ba415b/attachment.htm>


More information about the tor-commits mailing list