Commit 68e4526d authored by cypherpunks1's avatar cypherpunks1
Browse files

fixup! Firefox preference overrides.

Bug 41876: Disable the Firefox View tab
parent 5073f134
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@ pref("startup.homepage_welcome_url.additional", "");
// Disable Firefox Welcome Dialog
pref("browser.aboutwelcome.enabled", false);

// Disable the Firefox View tab (tor-browser#41876)
pref("browser.tabs.firefox-view", false);

// Bug 41668: allow users to apply updates. This is set also in firefox.js for
// all platforms, except for Windows. As explained on firefox.js, Firefox uses a
// per-installation preference on Windows. However, we patch this behavior, and