henry pushed to branch tor-browser-147.0a1-16.0-2 at The Tor Project / 
Applications / Tor Browser


Commits:
bd7cc6e8 by Benjamin VanderSloot at 2026-02-16T10:13:47+00:00
Bug 2010501 - DNS drop down under privacy and security is broken after 147 - 
r=valentin,tgiles

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

- - - - -


1 changed file:

- browser/components/preferences/privacy.js


Changes:

=====================================
browser/components/preferences/privacy.js
=====================================
@@ -3599,21 +3599,6 @@ var gPrivacyPane = {
 
     setSyncFromPrefListener("savePasswords", () => this.readSavePasswords());
 
-    if (AlertsServiceDND) {
-      let notificationsDoNotDisturbBox = document.getElementById(
-        "notificationsDoNotDisturbBox"
-      );
-      notificationsDoNotDisturbBox.removeAttribute("hidden");
-      let checkbox = document.getElementById("notificationsDoNotDisturb");
-      document.l10n.setAttributes(checkbox, "permissions-notification-pause");
-      if (AlertsServiceDND.manualDoNotDisturb) {
-        let notificationsDoNotDisturb = document.getElementById(
-          "notificationsDoNotDisturb"
-        );
-        notificationsDoNotDisturb.setAttribute("checked", true);
-      }
-    }
-
     this.initSiteDataControls();
 
     this.initCookieBannerHandling();



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

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


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to