henry pushed to branch base-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits: 5734a44e by henry at 2026-02-16T11:29:49+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 (cherry picked from commit bd7cc6e87baf6de2506ba5c171d31ff011f3a718) Co-authored-by: Benjamin VanderSloot <[email protected]> - - - - - 1 changed file: - browser/components/preferences/privacy.js Changes: ===================================== browser/components/preferences/privacy.js ===================================== @@ -3592,21 +3592,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/5734a44ed02322103f754f815f812a28e94f2fd0 -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5734a44ed02322103f754f815f812a28e94f2fd0 You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________ tor-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
