This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.9.0esr-11.0-1 in repository tor-browser.
commit 46c2ca70ea0b5c3fd4dfb680d0ac7821dbe42fe1 Author: Richard Pospesel richard@torproject.org AuthorDate: Wed Apr 27 17:01:14 2022 +0000
fixup! TB4: Tor Browser's Firefox preference overrides.
Bug 21484: Remove or hide "What's New" link from About dialog --- browser/app/profile/000-tor-browser.js | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index 331baa9a6596c..8558bb9acd3a1 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -27,6 +27,12 @@ pref("app.update.url.manual", "https://www.torproject.org/download/languages/"); pref("app.update.url.details", "https://www.torproject.org/download/"); pref("app.update.badgeWaitTime", 0); pref("app.releaseNotesURL", "about:blank"); +// disables the 'What's New?' link in the about dialog, otherwise we need to +// duplicate logic for generating the url to the blog post that is already more +// easily found in about:tor +pref("app.releaseNotesURL.aboutDialog", "about:blank"); +// point to our feedback url rather than Mozilla's +pref("app.feedback.baseURL", "https://support.torproject.org/%LOCALE%/get-in-touch/");
#ifndef XP_MACOSX // Disable staged updates on platforms other than macOS.