henry pushed to branch mullvad-browser-147.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser
Commits: 2cc34d80 by Benjamin VanderSloot at 2026-02-16T11:33:27+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 ===================================== @@ -3596,21 +3596,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/mullvad-browser/-/commit/2cc34d803a653d6bab0394aa4ca4e4d53ad0c9f0 -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/2cc34d803a653d6bab0394aa4ca4e4d53ad0c9f0 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]
