henry pushed to branch tor-browser-150.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: aafbb05c by Henry Wilkes at 2026-04-27T11:32:57+01:00 BB 44902: Temporary fix for privacy settings initialisation. Can be dropped with Firefox version 151 due to bugzilla bug 1999769. - - - - - 1 changed file: - browser/components/preferences/privacy.js Changes: ===================================== browser/components/preferences/privacy.js ===================================== @@ -5420,11 +5420,9 @@ var gPrivacyPane = { gMainPane.manageProfiles ); - setEventListener( - "dataCollectionViewProfilesMultiProfileBackupWarning", - "click", - gMainPane.manageProfiles - ); + // tor-browser#44902. + // #dataCollectionViewProfilesMultiProfileBackupWarning is not in markup. + // This should be dropped with bugzilla bug 1999769 (Firefox version 151). let listener = () => gPrivacyPane.updateProfilesPrivacyInfo(); SelectableProfileService.on("enableChanged", listener); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/aafbb05c... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/aafbb05c... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
henry (@henry)