Skip to content
Snippets Groups Projects
Commit ed48588b authored by cypherpunks1's avatar cypherpunks1 Committed by Richard Pospesel
Browse files

fixup! Firefox preference overrides.

Bug 41876: Disable the Firefox View tab
parent cde79442
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment