tor-browser

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

commit e121af1cec8c7ad6c316bea9d500e699312871a7
parent 91d214705a3b4cd5aced8ac22c5b20e16b859ea6
Author: Benjamin VanderSloot <bvandersloot@mozilla.com>
Date:   Thu, 22 Jan 2026 17:03:41 +0000

Bug 2010501 - DNS drop down under privacy and security is broken after 147 - r=valentin,tgiles

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

Diffstat:
Mbrowser/components/preferences/privacy.js | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/browser/components/preferences/privacy.js b/browser/components/preferences/privacy.js @@ -3947,21 +3947,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.toggleAttribute("checked", true); - } - } - this.initSiteDataControls(); this.initCookieBannerHandling();