Skip to content
Snippets Groups Projects
Verified Commit da0f77aa authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Bug 41668: Port some updater patches to Base Browser

Do not change app.update.auto in firefox.js, but add it to 001.
parent 7ae822c3
No related branches found
No related tags found
1 merge request!585Bug 41668 (Base Browser): Port the updater changes to base browser
......@@ -24,6 +24,12 @@ pref("browser.aboutwelcome.enabled", false);
// openURL="https://blog.torproject.org/tor-browser-55a2-released"
pref("startup.homepage_override_url", "https://blog.torproject.org/category/applications");
// 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
// we set this preference also for Windows.
pref("app.update.auto", true);
// Try to nag a bit more about updates: Pop up a restart dialog an hour after the initial dialog
pref("app.update.promptWaitTime", 3600);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment