[tbb-commits] [tor-browser/tor-browser-91.2.0esr-11.0-1] fixup! TB4: Tor Browser's Firefox preference overrides.
sysrqb at torproject.org
sysrqb at torproject.org
Wed Oct 20 00:10:00 UTC 2021
commit 69842022804d8b8efc2d7e852d0295174a067607
Author: Richard Pospesel <richard at torproject.org>
Date: Tue Oct 12 14:45:04 2021 +0200
fixup! TB4: Tor Browser's Firefox preference overrides.
---
browser/app/profile/000-tor-browser.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 3cacb9125938..0952a3ad5cfc 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -10,6 +10,9 @@ pref("browser.rights.3.shown", true);
pref("startup.homepage_welcome_url", "");
pref("startup.homepage_welcome_url.additional", "");
+// Disable Firefox Welcome Dialog
+pref("browser.aboutwelcome.enabled", false);
+
// Set a generic, default URL that will be opened in a tab after an update.
// Typically, this will not be used; instead, the <update> element within
// each update manifest should contain attributes similar to:
More information about the tbb-commits
mailing list