Skip to content
Snippets Groups Projects
Commit cba03e79 authored by henry's avatar henry Committed by richard
Browse files

fixup! Bug 7494: Create local home page for TBB.

Bug 42437: Drop "torbrowser.version" pref.
parent ba957be4
No related branches found
No related tags found
1 merge request!934Drop "torbrowser.version" preference.
......@@ -27,7 +27,9 @@ export const AboutTorMessage = {
if (Services.prefs.getBoolPref(shouldNotifyPref, false)) {
Services.prefs.clearUserPref(shouldNotifyPref);
return {
updateVersion: Services.prefs.getCharPref("torbrowser.version"),
updateVersion: Services.prefs.getCharPref(
"browser.startup.homepage_override.torbrowser.version"
),
updateURL:
Services.prefs.getCharPref("torbrowser.post_update.url", "") ||
Services.urlFormatter.formatURLPref("startup.homepage_override_url"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment